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

1234567891011121314151617181920212223242526
  1. From 74e06034414965dc7fda4afe9423f8d15ee8ee49 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 13/15] 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 25dbf17..92efdb1 100755
  10. --- a/extras/package/ios/build.sh
  11. +++ b/extras/package/ios/build.sh
  12. @@ -183,7 +183,7 @@ else
  13. export ASCPP="xcrun as"
  14. fi
  15. -../bootstrap --host=${TARGET} --build="i686-apple-darwin10" --prefix=${VLCROOT}/contrib/${TARGET}-${ARCH} --disable-gpl \
  16. +../bootstrap --host=${TARGET} --build="i686-apple-darwin10" --prefix=${VLCROOT}/contrib/${TARGET}-${ARCH} --arch=${ARCH} --disable-gpl \
  17. --disable-disc --disable-sout \
  18. --disable-sdl \
  19. --disable-SDL_image \
  20. --
  21. 1.8.3.4 (Apple Git-47)