[vlc-commits] mac: raise default SDK version to 10.9 matching the latest Xcode version
Felix Paul Kühne
git at videolan.org
Wed Nov 5 00:46:04 CET 2014
npapi-vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Wed Nov 5 00:44:02 2014 +0100| [9e77afbed7afef113927bd38a02da55d49b2a4ec] | committer: Felix Paul Kühne
mac: raise default SDK version to 10.9 matching the latest Xcode version
> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=9e77afbed7afef113927bd38a02da55d49b2a4ec
---
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 3c8fc04..3ec5656 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.6"
-OSX_VERSION="10.8"
+OSX_VERSION="10.9"
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 83a38b8..5310a3e 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.8"
+OSX_VERSION="10.9"
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