Commit b19306d3 authored by Felix Paul Kühne's avatar Felix Paul Kühne

contrib: blind attempt to fix contrib compilation with Xcode 4.6 and later

parent 43a23ea6
...@@ -97,8 +97,8 @@ endif ...@@ -97,8 +97,8 @@ endif
ifdef HAVE_MACOSX ifdef HAVE_MACOSX
MIN_OSX_VERSION=10.6 MIN_OSX_VERSION=10.6
CC=xcrun gcc CC=xcrun llvm-gcc-4.2
CXX=xcrun g++ CXX=xcrun llvm-g++-4.2
AR=xcrun ar AR=xcrun ar
LD=xcrun ld LD=xcrun ld
STRIP=xcrun strip 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