Browse Source

forward NO_CFLAGS to the CFLAGS, if set

pull/4710/head
Martin Kroeker gxw 2 years ago
parent
commit
8f6ccfa6f4
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
endif

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

all : run_test

ifeq ($(OSNAME), AIX)


Loading…
Cancel
Save