From db8bf8976b66692018f493ba5afb841e994cac33 Mon Sep 17 00:00:00 2001 From: dcommander Date: Thu, 27 Oct 2011 20:40:21 +0000 Subject: iOS doesn't allow dynamic linking against non-system libs git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@716 632fc199-4ca6-4c93-a231-07263d6284db --- BUILDING.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BUILDING.txt') diff --git a/BUILDING.txt b/BUILDING.txt index 533d535..a889ed7 100644 --- a/BUILDING.txt +++ b/BUILDING.txt @@ -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" -- cgit v1.2.3