From: fennecdjay Date: Tue, 26 Mar 2019 13:48:53 +0000 (+0100) Subject: :art: Update import test Makefile [CICFLAGS] X-Git-Tag: nightly~2601 X-Git-Url: http://10.11.0.4:5575/?a=commitdiff_plain;h=911482392eed8999142bb075c607e8329451363e;p=gwion.git :art: Update import test Makefile [CICFLAGS] --- diff --git a/tests/import/Makefile b/tests/import/Makefile index 545ed060..51ab48a0 100644 --- a/tests/import/Makefile +++ b/tests/import/Makefile @@ -3,7 +3,7 @@ CC ?= gcc SRC = ${NAME}.c OBJ = $(SRC:.c=.o) -CFLAGS = $(../../gwion -k 2>&1 | grep CFLAGS) ${INC} +CFLAGS = $(../../gwion -k 2>&1 | grep CFLAGS) ${INC} ${CICFLAGS} LDFLAGS = $(../../gwion -k 2>&1 | grep LDFLAGS) # os specific