forward NO_CFLAGS to the CFLAGS, if set

This commit is contained in:
Martin Kroeker 2024-05-11 13:07:30 +02:00 committed by GitHub
parent 8da6f7e5f2
commit a6c184d150
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -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)