vlc | branch: master | Brendon Justin <[email protected]> | Fri Feb 24 12:54:33 2012 -0500| [f89d9b2f571c7cff7ce63881ce575090dffb8fbd] | committer: Jean-Baptiste Kempf
macosx: Really use specified SDK in build.sh Sets the SDK in addition to minimum deployment target. Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f89d9b2f571c7cff7ce63881ce575090dffb8fbd --- extras/package/macosx/build.sh | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/extras/package/macosx/build.sh b/extras/package/macosx/build.sh index 230d841..4ed57be 100755 --- a/extras/package/macosx/build.sh +++ b/extras/package/macosx/build.sh @@ -138,7 +138,8 @@ if [ "${vlcroot}/configure" -nt Makefile ]; then ${vlcroot}/extras/package/macosx/configure.sh \ --build=$TRIPLET \ --host=$TRIPLET \ - --with-macosx-version-min=$OSX_VERSION > $out + --with-macosx-version-min=$OSX_VERSION \ + --with-macosx-sdk=/Developer/SDKs/MacOSX$OSX_VERSION.sdk > $out fi _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
