[vlc-commits] iOS/tvOS: fix simulator compilation with Xcode 8

Felix Paul Kühne git at videolan.org
Thu Dec 1 18:40:32 CET 2016


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Thu Dec  1 18:39:48 2016 +0100| [41d21a660817ffa6b76adaa55f3dc434fc830aa2] | committer: Felix Paul Kühne

iOS/tvOS: fix simulator compilation with Xcode 8

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

 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 7825e7d..b680033 100755
--- a/extras/package/ios/build.sh
+++ b/extras/package/ios/build.sh
@@ -106,7 +106,7 @@ if [ "$VERBOSE" = "yes" ]; then
    out="/dev/stdout"
 fi
 
-TARGET="${ARCH}-apple-darwin11"
+TARGET="${ARCH}-apple-darwin15"
 
 # apple doesn't call AArch64 that way, but arm64 (a contrario to all libraries)
 # so we need to translate it..



More information about the vlc-commits mailing list