[vlc-commits] extras: fix OS X compilation when using the build script
Felix Paul Kühne
git at videolan.org
Tue Jul 7 20:51:29 CEST 2015
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Tue Jul 7 20:50:49 2015 +0200| [5a5d07173b10fe20871dae61a2df6dc6b524805e] | committer: Felix Paul Kühne
extras: fix OS X compilation when using the build script
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5a5d07173b10fe20871dae61a2df6dc6b524805e
---
extras/package/macosx/build.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/extras/package/macosx/build.sh b/extras/package/macosx/build.sh
index 6f7bbdd..81524c8 100755
--- a/extras/package/macosx/build.sh
+++ b/extras/package/macosx/build.sh
@@ -92,7 +92,7 @@ export OSX_VERSION
export SDKROOT
export PATH="${vlcroot}/extras/tools/build/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin"
-TRIPLET=$ARCH-apple-darwin10
+TRIPLET=$ARCH-apple-darwin11
#
More information about the vlc-commits
mailing list