0017-extras-deploy-arch-option-for-iOS.patch 923 B

1234567891011121314151617181920212223242526
  1. From 91cc195bcaea7768a8b56da6bb38828ae360fd96 Mon Sep 17 00:00:00 2001
  2. From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <fkuehne@videolan.org>
  3. Date: Thu, 3 Oct 2013 18:28:26 +0200
  4. Subject: [PATCH 17/22] extras: deploy arch option for iOS
  5. ---
  6. extras/package/ios/build.sh | 2 +-
  7. 1 file changed, 1 insertion(+), 1 deletion(-)
  8. diff --git a/extras/package/ios/build.sh b/extras/package/ios/build.sh
  9. index e484594..3247859 100755
  10. --- a/extras/package/ios/build.sh
  11. +++ b/extras/package/ios/build.sh
  12. @@ -210,7 +210,7 @@ else
  13. export ASCPP="xcrun as"
  14. fi
  15. -../bootstrap --build=x86_64-apple-darwin11 --host=${TARGET} --prefix=${VLCROOT}/contrib/${TARGET}-${ARCH} --disable-gpl \
  16. +../bootstrap --build=x86_64-apple-darwin11 --host=${TARGET} --prefix=${VLCROOT}/contrib/${TARGET}-${ARCH} --arch=${ARCH} --disable-gpl \
  17. --disable-disc --disable-sout \
  18. --disable-sdl \
  19. --disable-SDL_image \
  20. --
  21. 1.9.3 (Apple Git-50)