Without-debugger is now --disable-debugger

This commit is contained in:
pancake 2018-07-14 11:34:10 +02:00
parent 4eec87cdf6
commit d13c50a688

View File

@ -53,7 +53,7 @@ export LDFLAGS="-flto"
export USE_SIMULATOR=0
if [ "${APPSTORE_FRIENDLY}" = 1 ]; then
CFGFLAGS="--without-fork --without-debugger"
CFGFLAGS="--without-fork --disable-debugger"
else
CFGFLAGS=""
fi