diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-06-08 13:24:57 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-06-08 13:24:57 +0800 |
commit | dbea417073f08cbc884225a392784abf613d320a (patch) | |
tree | 139b100c232a9b8e8ec610cf4957e853ed4c5ea0 /arm-apple-darwin11-configure | |
parent | 79a5ba4766cc955ca62de807e3c41e3203555958 (diff) |
Further generalise the autotools files
Diffstat (limited to 'arm-apple-darwin11-configure')
-rwxr-xr-x | arm-apple-darwin11-configure | 4 |
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 |