|
@@ -1,7 +1,7 @@
|
|
|
-From 49042e5effdf3e046636a2e7a204c0109535df88 Mon Sep 17 00:00:00 2001
|
|
|
+From e9bf490eb79beb2661efb38eb08b47bf5adefea0 Mon Sep 17 00:00:00 2001
|
|
|
From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <fkuehne@videolan.org>
|
|
|
Date: Wed, 22 Jan 2014 03:05:48 +0100
|
|
|
-Subject: [PATCH 26/26] extras/ios: simulator doesn't necessarily mean i386
|
|
|
+Subject: [PATCH 26/29] extras/ios: simulator doesn't necessarily mean i386
|
|
|
anymore
|
|
|
|
|
|
---
|
|
@@ -9,7 +9,7 @@ Subject: [PATCH 26/26] extras/ios: simulator doesn't necessarily mean i386
|
|
|
1 file changed, 2 insertions(+), 3 deletions(-)
|
|
|
|
|
|
diff --git a/extras/package/ios/build.sh b/extras/package/ios/build.sh
|
|
|
-index 6e42216..84e05f8 100755
|
|
|
+index 6e42216..9f57b14 100755
|
|
|
--- a/extras/package/ios/build.sh
|
|
|
+++ b/extras/package/ios/build.sh
|
|
|
@@ -76,8 +76,7 @@ fi
|
|
@@ -27,7 +27,7 @@ index 6e42216..84e05f8 100755
|
|
|
fi
|
|
|
|
|
|
-../bootstrap --host=${TARGET} --build="i686-apple-darwin10" --prefix=${VLCROOT}/contrib/${TARGET}-${ARCH} --arch=${ARCH} --disable-gpl \
|
|
|
-+../bootstrap --host=${TARGET} --build="${ARCH}-apple-darwin10" --prefix=${VLCROOT}/contrib/${TARGET}-${ARCH} --arch=${ARCH} --disable-gpl \
|
|
|
++../bootstrap --host=x86_64-apple-darwin11 --build=${TARGET} --prefix=${VLCROOT}/contrib/${TARGET}-${ARCH} --arch=${ARCH} --disable-gpl \
|
|
|
--disable-disc --disable-sout \
|
|
|
--disable-sdl \
|
|
|
--disable-SDL_image \
|