summaryrefslogtreecommitdiff
path: root/helper.sh
diff options
context:
space:
mode:
Diffstat (limited to 'helper.sh')
-rwxr-xr-xhelper.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/helper.sh b/helper.sh
index f67ea5168..0c8953b92 100755
--- a/helper.sh
+++ b/helper.sh
@@ -2,7 +2,9 @@
source "${PKG_BASE}/architect.sh"
-export PKG_ROOT=$(xcrun -sdk iphoneos --show-sdk-path)
+export FAKEROOT="fakeroot -i \"${PKG_BASE}/.fakeroot\" -s \"${PKG_BASE}/.fakeroot\""
+
+export PKG_ROOT=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk
export PKG_CCPF=$("${PKG_TARG}-gcc" -v 2>&1 | grep -- --prefix | sed -e 's/.*--prefix=\([^ ]*\).*/\1/')
source "${PKG_BASE}/folders.sh"