[vlc-devel] [PATCH v5] Fixed contrib compiler on MacOS X 10.9

Maxim Bublis b at codemonkey.ru
Tue Jan 28 09:35:21 CET 2014


---
 contrib/src/main.mak | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/src/main.mak b/contrib/src/main.mak
index a22b717..7e6364a 100644
--- a/contrib/src/main.mak
+++ b/contrib/src/main.mak
@@ -97,8 +97,8 @@ endif
 
 ifdef HAVE_MACOSX
 MIN_OSX_VERSION=10.6
-CC=xcrun llvm-gcc-4.2
-CXX=xcrun llvm-g++-4.2
+CC=xcrun cc
+CXX=xcrun c++
 AR=xcrun ar
 LD=xcrun ld
 STRIP=xcrun strip
-- 
1.8.3.4 (Apple Git-47)




More information about the vlc-devel mailing list