forward NO_CFLAGS to the CFLAGS, if set
This commit is contained in:
parent
8da6f7e5f2
commit
a6c184d150
|
@ -61,6 +61,10 @@ OBJS = utest_main2.o
|
|||
OBJS_EXT = $(DIR_EXT)/utest_main2.o
|
||||
endif
|
||||
|
||||
ifeq ($(NO_CBLAS), 1)
|
||||
override CFLAGS += -DNO_CBLAS
|
||||
endif
|
||||
|
||||
all : run_test
|
||||
|
||||
ifeq ($(OSNAME), AIX)
|
||||
|
|
Loading…
Reference in New Issue