]> git.sesse.net Git - vlc/commitdiff
macosx: fix build script
authorFelix Paul Kühne <fkuehne@videolan.org>
Sat, 18 May 2013 17:00:58 +0000 (19:00 +0200)
committerFelix Paul Kühne <fkuehne@videolan.org>
Sat, 18 May 2013 17:01:03 +0000 (19:01 +0200)
extras/package/macosx/build.sh

index 685a7505201033eef99c251c3e3062f27ac6cdbf..abac1e5ae3d8f48faef0a06de23fc2a4a03ef0ea 100755 (executable)
@@ -10,7 +10,8 @@ info()
 }
 
 ARCH="x86_64"
-OSX_VERSION="10.7"
+MINIMAL_OSX_VERSION="10.6"
+OSX_VERSION="10.8"
 SDKROOT=`xcode-select -print-path`/Platforms/MacOSX.platform/Developer/SDKs/MacOSX$OSX_VERSION.sdk
 
 usage()
@@ -140,7 +141,7 @@ if [ "${vlcroot}/configure" -nt Makefile ]; then
   ${vlcroot}/extras/package/macosx/configure.sh \
       --build=$TRIPLET \
       --host=$TRIPLET \
-      --with-macosx-version-min=$OSX_VERSION \
+      --with-macosx-version-min=$MINIMAL_OSX_VERSION \
       --with-macosx-sdk=$SDKROOT > $out
 fi