fix another source of NO_CBLAS=0 surprise

This commit is contained in:
Martin Kroeker 2020-08-11 13:27:19 +02:00 committed by GitHub
parent 62f4c84f27
commit fee361ae64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -367,7 +367,7 @@ CZBLAS3OBJS += cblas_zgemm3m.$(SUFFIX)
endif
ifndef NO_CBLAS
ifneq ($(NO_CBLAS), 1)
override CFLAGS += -I.