diff options
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 |