summaryrefslogtreecommitdiff
path: root/arm-apple-darwin11-configure
diff options
context:
space:
mode:
Diffstat (limited to 'arm-apple-darwin11-configure')
-rwxr-xr-xarm-apple-darwin11-configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/arm-apple-darwin11-configure b/arm-apple-darwin11-configure
index c637d5d..115fd4e 100755
--- a/arm-apple-darwin11-configure
+++ b/arm-apple-darwin11-configure
@@ -2,5 +2,5 @@
export TARGET=arm-apple-darwin11
export CC=ios-clang
export PREFIX=/opt/iPhoneOS8.1.sdk
-export CFLAGS="$CFLAGS -g0 -O2 -I$PREFIX/System/Library/Frameworks/OpenGLES.framework/Headers"
-./configure --host=$TARGET --prefix=$PREFIX/usr --disable-shared
+export CFLAGS="$CFLAGS -g0 -O2"
+./configure --host=$TARGET --prefix=$PREFIX --libdir=$PREFIX/usr/lib --includedir=$PREFIX/usr/include