Commit ee86562c authored by Felix Kühne's avatar Felix Kühne

ensure compatibility with future versions of Darwin

parent 07fd1045
...@@ -179,7 +179,7 @@ case $HOST in ...@@ -179,7 +179,7 @@ case $HOST in
exit 1 exit 1
fi fi
;; ;;
i686-apple-darwin10d1) i686-apple-darwin10)
SDK_TARGET=10.6 SDK_TARGET=10.6
echo "SDK_TARGET = ${SDK_TARGET}" >> config.mak echo "SDK_TARGET = ${SDK_TARGET}" >> config.mak
echo "HAVE_DARWIN_OS_ON_INTEL = 1" >> config.mak echo "HAVE_DARWIN_OS_ON_INTEL = 1" >> config.mak
......
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