diff --git a/src/vars_mac b/src/vars_mac index fbad51f..3ecf9dd 100644 --- a/src/vars_mac +++ b/src/vars_mac @@ -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