Skip to content
Snippets Groups Projects
Commit 94aceca6 authored by Tristan Matthews's avatar Tristan Matthews
Browse files

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

parent 22f167dc
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment