vlc | branch: master | Felix Paul Kühne <[email protected]> | Thu Jan  5 
01:36:38 2012 +0100| [a0a79c3ec407c604880a4f24a05b4eecd6e62029] | committer: 
Felix Paul Kühne

macosx: fixed build script

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a0a79c3ec407c604880a4f24a05b4eecd6e62029
---

 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

Reply via email to