Honor CFLAGS on the static build test compilation (#9677)

This commit is contained in:
zlowram 2018-03-13 03:38:38 +01:00 committed by Anton Kochkov
parent 9c964ab0b0
commit b91169efcc

View File

@ -69,6 +69,7 @@ if [ -z "${CC}" ]; then
CC=gcc
fi
${CC} .test.c \
${CFLAGS} \
-I r2-static/usr/include/libr \
r2-static/usr/lib/libr.a ${LDFLAGS}
res=$?