From d13c50a688b1dcbbba431e0c8a550d0c9c7517ea Mon Sep 17 00:00:00 2001 From: pancake Date: Sat, 14 Jul 2018 11:34:10 +0200 Subject: [PATCH] Without-debugger is now --disable-debugger --- sys/ios-static.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/ios-static.sh b/sys/ios-static.sh index 53270c997a..408a2b9095 100755 --- a/sys/ios-static.sh +++ b/sys/ios-static.sh @@ -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