diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-06-13 19:54:27 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-06-13 19:54:27 +0800 |
commit | 53410fd11fbd3206c8a7c4b56be90f2401849c09 (patch) | |
tree | b9d923943d8f37bf1759b79dfe808cc0d7a5028e /arm-apple-darwin11-configure | |
parent | 88a6a79857daa0b2b2b1b03b7c8bbca8a3f6b78c (diff) |
Update remaining wrappers for different build dir
Diffstat (limited to 'arm-apple-darwin11-configure')
-rwxr-xr-x | arm-apple-darwin11-configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arm-apple-darwin11-configure b/arm-apple-darwin11-configure index e08a058..538b532 100755 --- a/arm-apple-darwin11-configure +++ b/arm-apple-darwin11-configure @@ -3,4 +3,4 @@ export TARGET=arm-apple-darwin11 export CC=ios-clang export PREFIX=/opt/iPhoneOS8.1.sdk/usr export CFLAGS="$CFLAGS -g0 -O2" -./configure --host=$TARGET --prefix=$PREFIX --disable-shared +../configure --host=$TARGET --prefix=$PREFIX --disable-shared |