Add a little note in the mac vars about some interesting tidbits about SDKs and linking

This commit is contained in:
David Schmidt 2012-03-05 17:52:51 +00:00
parent 9d3d2e79d3
commit 18624d3269
1 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,8 @@
#
# There is some very useful information on compilation on the Mac, where we need
# to take a lot of things into account (bitness, OS level, endianness), here:
# http://www.kyngchaos.com/macosx/notes/universal64
#
CC = /usr/bin/g++-4.0
ARCH = -arch i386 -arch ppc
SDK = -isysroot /Developer/SDKs/MacOSX10.4u.sdk -isysroot /Developer/SDKs/MacOSX10.5.sdk