mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-08 14:58:54 +00:00
Fix sys/static.sh
This commit is contained in:
parent
595616de99
commit
3f84ac9d67
@ -23,7 +23,8 @@ if [ 1 = "${DOBUILD}" ]; then
|
||||
if [ -f config-user.mk ]; then
|
||||
${MAKE} mrproper > /dev/null 2>&1
|
||||
fi
|
||||
export CFLAGS="-fPIC -pie -D__ANDROID__=1"
|
||||
export CFLAGS="-fPIC -pie "
|
||||
#-D__ANDROID__=1"
|
||||
./configure-plugins
|
||||
./configure --prefix=$PREFIX --with-nonpic --without-pic
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user