[vlc-commits] extras/mac: set deployment target to 10.7 so we can use libc++

Felix Paul Kühne git at videolan.org
Mon Jun 22 17:46:49 CEST 2015


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Mon Jun 22 17:42:51 2015 +0200| [7a822345b44a0ef90fdaa4fa0dc96a9f2c08e63b] | committer: Felix Paul Kühne

extras/mac: set deployment target to 10.7 so we can use libc++

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

 extras/package/macosx/build.sh     |    2 +-
 extras/package/macosx/configure.sh |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/extras/package/macosx/build.sh b/extras/package/macosx/build.sh
index e6d810f..6f7bbdd 100755
--- a/extras/package/macosx/build.sh
+++ b/extras/package/macosx/build.sh
@@ -10,7 +10,7 @@ info()
 }
 
 ARCH="x86_64"
-MINIMAL_OSX_VERSION="10.6"
+MINIMAL_OSX_VERSION="10.7"
 OSX_VERSION=`xcrun --show-sdk-version`
 SDKROOT=`xcode-select -print-path`/Platforms/MacOSX.platform/Developer/SDKs/MacOSX$OSX_VERSION.sdk
 
diff --git a/extras/package/macosx/configure.sh b/extras/package/macosx/configure.sh
index d4af059..1db7cc6 100755
--- a/extras/package/macosx/configure.sh
+++ b/extras/package/macosx/configure.sh
@@ -35,7 +35,7 @@ OPTIONS="
         --disable-caca
         --disable-sdl
         --disable-macosx-dialog-provider
-        --with-macosx-version-min=10.6
+        --with-macosx-version-min=10.7
 "
 
 export CFLAGS



More information about the vlc-commits mailing list