From 18624d32692bce9328321ec83782fb72416f5602 Mon Sep 17 00:00:00 2001 From: David Schmidt Date: Mon, 5 Mar 2012 17:52:51 +0000 Subject: [PATCH] Add a little note in the mac vars about some interesting tidbits about SDKs and linking --- src/vars_mac | 5 +++++ 1 file changed, 5 insertions(+) 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