From cca213ce0b98be2d785d4239c237c063af8e7bdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= Date: Thu, 3 Oct 2013 18:28:26 +0200 Subject: [PATCH 17/20] extras: deploy arch option for iOS --- extras/package/ios/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/package/ios/build.sh b/extras/package/ios/build.sh index b5aa364..b3d4afe 100755 --- a/extras/package/ios/build.sh +++ b/extras/package/ios/build.sh @@ -186,7 +186,7 @@ else export ASCPP="xcrun as" fi -../bootstrap --build=x86_64-apple-darwin11 --host=${TARGET} --prefix=${VLCROOT}/contrib/${TARGET}-${ARCH} --disable-gpl \ +../bootstrap --build=x86_64-apple-darwin11 --host=${TARGET} --prefix=${VLCROOT}/contrib/${TARGET}-${ARCH} --arch=${ARCH} --disable-gpl \ --disable-disc --disable-sout \ --disable-sdl \ --disable-SDL_image \ -- 1.9.3 (Apple Git-50)