[vlc-commits] contrib: make sure we can find autopoint later on when compiling on OSX

Felix Paul Kühne git at videolan.org
Wed Nov 30 01:16:43 CET 2011


vlc/vlc-1.2 | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Tue Nov 29 20:16:33 2011 +0100| [21b22753170e05c5e27d0c8ecdc966171a234150] | committer: Jean-Baptiste Kempf

contrib: make sure we can find autopoint later on when compiling on OSX

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

 contrib/src/main.mak |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/contrib/src/main.mak b/contrib/src/main.mak
index eef0ac2..93ae71a 100644
--- a/contrib/src/main.mak
+++ b/contrib/src/main.mak
@@ -108,6 +108,7 @@ endif
 
 ifdef HAVE_MACOSX
 MACOSX_SDK=/Developer/SDKs/MacOSX$(OSX_VERSION).sdk
+PATH :=$(abspath ../../extras/tools/build/bin):$(abspath ../$(BUILD)/bin):$(PATH)
 CC=gcc-4.2
 CXX=g++-4.2
 AR=ar



More information about the vlc-commits mailing list