[vlc-commits] ios: Pass the right architecture as --host when building contribs

Martin Storsjö git at videolan.org
Fri Feb 7 09:34:17 CET 2014


vlc | branch: master | Martin Storsjö <martin at martin.st> | Fri Feb  7 10:28:42 2014 +0200| [2e917cd4f9ecfc9b8f1f5b4858e658ce27db59ce] | committer: Martin Storsjö

ios: Pass the right architecture as --host when building contribs

--host is used to indicate where the built binaries are intended
to run, while --build indicates the platform where the configure
script is being run and where it is built.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2e917cd4f9ecfc9b8f1f5b4858e658ce27db59ce
---

 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 32536ea..81b2a17 100755
--- a/extras/package/ios/build.sh
+++ b/extras/package/ios/build.sh
@@ -187,7 +187,7 @@ else
     export ASCPP="xcrun as"
 fi
 
-../bootstrap --host=x86_64-apple-darwin11 --build=${TARGET} --prefix=${VLCROOT}/contrib/${TARGET}-${ARCH} --disable-gpl \
+../bootstrap --build=x86_64-apple-darwin11 --host=${TARGET} --prefix=${VLCROOT}/contrib/${TARGET}-${ARCH} --disable-gpl \
     --disable-disc --disable-sout \
     --disable-sdl \
     --disable-SDL_image \



More information about the vlc-commits mailing list