[vlc-commits] macosx: fix build script
Felix Paul Kühne
git at videolan.org
Sat May 18 19:01:04 CEST 2013
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sat May 18 19:00:58 2013 +0200| [4e1a2a3cd39cf733b8a27b2159102db510b91ef2] | committer: Felix Paul Kühne
macosx: fix build script
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4e1a2a3cd39cf733b8a27b2159102db510b91ef2
---
extras/package/macosx/build.sh | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/extras/package/macosx/build.sh b/extras/package/macosx/build.sh
index 685a750..abac1e5 100755
--- a/extras/package/macosx/build.sh
+++ b/extras/package/macosx/build.sh
@@ -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
More information about the vlc-commits
mailing list