fix another source of NO_CBLAS=0 surprise
This commit is contained in:
parent
62f4c84f27
commit
fee361ae64
|
@ -367,7 +367,7 @@ CZBLAS3OBJS += cblas_zgemm3m.$(SUFFIX)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
ifndef NO_CBLAS
|
ifneq ($(NO_CBLAS), 1)
|
||||||
|
|
||||||
override CFLAGS += -I.
|
override CFLAGS += -I.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue