diff options
-rwxr-xr-x | configure | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -1193,11 +1193,9 @@ else done fi -printf "Checking how to disable PIE ..." -if [ $android_target ] ; then - printf " n/a (Android)\n" -else +if ! [ $android_target ] && ! [ $darwin_target ] ; then + printf "Checking how to disable PIE ..." nopie_flags= for flag in -nopie -no-pie ; do |