[vlc-commits] macos: remove /usr/local/bin from PATH

Thomas Guillem git at videolan.org
Fri Dec 8 12:52:16 CET 2017


vlc/vlc-3.0 | branch: master | Thomas Guillem <thomas at gllm.fr> | Fri Dec  8 12:49:56 2017 +0100| [6f877be17b43936e603d855e1afe71bdd79d8d4b] | committer: Thomas Guillem

macos: remove /usr/local/bin from PATH

In order to use our own extras tools and fix conflicts with Homebrew.

(cherry picked from commit 51d7f31319868af059aa61b91b427016f384e34c)
Signed-off-by: Thomas Guillem <thomas at gllm.fr>

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

 extras/package/macosx/build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extras/package/macosx/build.sh b/extras/package/macosx/build.sh
index 619b1688dd..a45a0bc147 100755
--- a/extras/package/macosx/build.sh
+++ b/extras/package/macosx/build.sh
@@ -117,7 +117,7 @@ export CXX="`xcrun --find clang++`"
 export OBJC="`xcrun --find clang`"
 export OSX_VERSION
 export SDKROOT
-export PATH="${vlcroot}/extras/tools/build/bin:${vlcroot}/contrib/${TRIPLET}/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:${PATH}"
+export PATH="${vlcroot}/extras/tools/build/bin:${vlcroot}/contrib/${TRIPLET}/bin:/bin:/sbin:/usr/bin:/usr/sbin"
 
 # Select avcodec flavor to compile contribs with
 export USE_FFMPEG=1



More information about the vlc-commits mailing list