[vlc-commits] mac: use 10.11 instead of 10.9 as default SDK as this is the default SDK in current Xcode releases
Felix Paul Kühne
git at videolan.org
Thu Feb 25 19:12:04 CET 2016
npapi-vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Thu Feb 25 19:11:03 2016 +0100| [792e7f77877eff65f5790e219843caf4ff743063] | committer: Felix Paul Kühne
mac: use 10.11 instead of 10.9 as default SDK as this is the default SDK in current Xcode releases
> https://code.videolan.org/videolan/npapi-vlc/commit/792e7f77877eff65f5790e219843caf4ff743063
---
extras/macosx/build-plugin.sh | 2 +-
extras/macosx/build-vlc.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/extras/macosx/build-plugin.sh b/extras/macosx/build-plugin.sh
index 632190a..797b785 100755
--- a/extras/macosx/build-plugin.sh
+++ b/extras/macosx/build-plugin.sh
@@ -10,7 +10,7 @@ info()
ARCH="x86_64"
MINIMAL_OSX_VERSION="10.7"
-OSX_VERSION="10.9"
+OSX_VERSION="10.11"
SDKROOT=`xcode-select -print-path`/Platforms/MacOSX.platform/Developer/SDKs/MacOSX$OSX_VERSION.sdk
VERBOSE=no
diff --git a/extras/macosx/build-vlc.sh b/extras/macosx/build-vlc.sh
index f181fa7..85a43e1 100755
--- a/extras/macosx/build-vlc.sh
+++ b/extras/macosx/build-vlc.sh
@@ -8,7 +8,7 @@ info()
echo "[${green}build${normal}] $1"
}
-OSX_VERSION="10.9"
+OSX_VERSION="10.11"
ARCH="x86_64"
MINIMAL_OSX_VERSION="10.6"
SDKROOT=`xcode-select -print-path`/Platforms/MacOSX.platform/Developer/SDKs/MacOSX$OSX_VERSION.sdk
More information about the vlc-commits
mailing list