vlc/vlc-1.2 | branch: master | Felix Paul Kühne <[email protected]> | Thu Jan 5 01:36:38 2012 +0100| [1cf012bce53143cb30adb4060387c86ad620c2f9] | committer: Jean-Baptiste Kempf
macosx: fixed build script (cherry picked from commit a0a79c3ec407c604880a4f24a05b4eecd6e62029) Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc/vlc-1.2.git/?a=commit;h=1cf012bce53143cb30adb4060387c86ad620c2f9 --- extras/package/macosx/build.sh | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extras/package/macosx/build.sh b/extras/package/macosx/build.sh index 01c5fec..72a1437 100644 --- a/extras/package/macosx/build.sh +++ b/extras/package/macosx/build.sh @@ -86,7 +86,7 @@ export CC=/Developer/usr/bin/clang export CXX="/Developer/usr/bin/clang++" export OBJC=/Developer/usr/bin/clang export OSX_VERSION=$SDK -export PATH="${vlcroot}/extras/tools:$PATH" +export PATH="${vlcroot}/extras/tools/build/bin:$PATH" TRIPLET=$ARCH-apple-darwin10 @@ -132,7 +132,7 @@ spopd # vlc/configure # -if [ "${vlcroot}/configure" -nt config.log ]; then +if [ "${vlcroot}/configure" -nt Makefile ]; then ${vlcroot}/extras/package/macosx/configure.sh \ --build=$TRIPLET \ _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
