Commit a0a79c3e authored by Felix Paul Kühne's avatar Felix Paul Kühne

macosx: fixed build script

parent d486e311
......@@ -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 \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment