Commit 94aceca6 authored by Tristan Matthews's avatar Tristan Matthews

macosx/build.sh: add env PATH and contrib bin to PATH

parent 22f167dc
......@@ -85,15 +85,14 @@ builddir=`pwd`
info "Building in \"$builddir\""
TRIPLET=$ARCH-apple-darwin11
export CC="xcrun clang"
export CXX="xcrun clang++"
export OBJC="xcrun clang"
export OSX_VERSION
export SDKROOT
export PATH="${vlcroot}/extras/tools/build/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin"
TRIPLET=$ARCH-apple-darwin11
export PATH="${vlcroot}/extras/tools/build/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:${vlcroot}/contrib/${TRIPLET}/bin:${PATH}"
#
# vlc/extras/tools
......
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