Commit ec6f2319 authored by Maxim Bublis's avatar Maxim Bublis Committed by Jean-Baptiste Kempf

Fixed contrib compiler on MacOS X 10.9

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 4e62c1fa
......@@ -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
......
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