[vlc-commits] Set minimal macOS version to 10.10
    Jean-Baptiste Kempf 
    git at videolan.org
       
    Thu Nov 30 02:27:47 CET 2017
    
    
  
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Nov 30 02:26:08 2017 +0100| [fdb761fc83bd064ffa7e66f373158070dffb6d4c] | committer: Jean-Baptiste Kempf
Set minimal macOS version to 10.10
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fdb761fc83bd064ffa7e66f373158070dffb6d4c
---
 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 b7e09a4c86..79c087b965 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.7"
+MINIMAL_OSX_VERSION="10.10"
 OSX_VERSION=`xcrun --show-sdk-version`
 OSX_KERNELVERSION=`uname -r | cut -d. -f1`
 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 2ba0c75769..fdaefec562 100755
--- a/extras/package/macosx/configure.sh
+++ b/extras/package/macosx/configure.sh
@@ -35,7 +35,7 @@ OPTIONS="
         --disable-pulse
         --disable-sdl-image
         --disable-vnc
-        --with-macosx-version-min=10.7
+        --with-macosx-version-min=10.10
 "
 
 export CFLAGS
    
    
More information about the vlc-commits
mailing list