Skip to content

Commit fee361a

Browse files
authored
fix another source of NO_CBLAS=0 surprise
1 parent 62f4c84 commit fee361a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ CZBLAS3OBJS += cblas_zgemm3m.$(SUFFIX)
367367
endif
368368

369369

370-
ifndef NO_CBLAS
370+
ifneq ($(NO_CBLAS), 1)
371371

372372
override CFLAGS += -I.
373373

0 commit comments

Comments
 (0)