Browse Source

forward NO_CFLAGS to the CFLAGS, if set

tags/v0.3.28^2
Martin Kroeker GitHub 1 year ago
parent
commit
a6c184d150
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      utest/Makefile

+ 4
- 0
utest/Makefile View File

@@ -61,6 +61,10 @@ OBJS = utest_main2.o
OBJS_EXT = $(DIR_EXT)/utest_main2.o OBJS_EXT = $(DIR_EXT)/utest_main2.o
endif endif


ifeq ($(NO_CBLAS), 1)
override CFLAGS += -DNO_CBLAS
endif

all : run_test all : run_test


ifeq ($(OSNAME), AIX) ifeq ($(OSNAME), AIX)


Loading…
Cancel
Save