iOS doesn't allow dynamic linking against non-system libs

This commit is contained in:
DRC
2011-10-27 20:40:21 +00:00
parent d475ea928b
commit d8b3658cdf

View File

@@ -320,7 +320,7 @@ Set the following shell variables for simplicity:
Follow the procedure under "Building libjpeg-turbo" above, adding
--host arm-apple-darwin10 \
--host arm-apple-darwin10 --enable-static --disable-shared \
CC="$IOS_GCC" LD="$IOS_GCC" \
CFLAGS="-mfloat-abi=softfp -isysroot $IOS_SYSROOT -O3 $IOS_CFLAGS" \
LDFLAGS="-mfloat-abi=softfp -isysroot $IOS_SYSROOT $IOS_CFLAGS"