vlc | branch: master | Felix Paul Kühne <[email protected]> | Mon Sep 12 14:11:27 2016 +0200| [58423306af1ee92636d0db8e5299eb9db3541c1c] | committer: Felix Paul Kühne
mac build script: use correct target triplet > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=58423306af1ee92636d0db8e5299eb9db3541c1c --- 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 ebd8d4e..a928aa2 100755 --- a/extras/package/macosx/build.sh +++ b/extras/package/macosx/build.sh @@ -89,7 +89,7 @@ builddir=`pwd` info "Building in \"$builddir\"" -TRIPLET=$ARCH-apple-darwin11 +TRIPLET=$ARCH-apple-darwin15 export CC="xcrun clang" export CXX="xcrun clang++" _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
