mirror of
https://github.com/radareorg/radare2.git
synced 2025-03-04 04:17:25 +00:00
Honor CFLAGS on the static build test compilation (#9677)
This commit is contained in:
parent
9c964ab0b0
commit
b91169efcc
@ -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=$?
|
||||
|
Loading…
x
Reference in New Issue
Block a user