Without-debugger is now --disable-debugger
This commit is contained in:
parent
4eec87cdf6
commit
d13c50a688
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue