Commit 3ea76306 authored by Felix Paul Kühne's avatar Felix Paul Kühne

contribs: assume x86_64 for Darwin 10

parent b666a31e
......@@ -160,6 +160,7 @@ ifndef HAVE_DARWIN_10
NONLLVMCC+= CC="/Developer/usr/bin/gcc-4.2"
NONLLVMCC+= CXX="/Developer/usr/bin/g++-4.2"
else
X264CONF+=--host=x86_64-apple-darwin10
NONLLVMCC+= $(HOSTCC)
endif
else
......
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