Remove 10.5 SDK from cflags, this path was just a copy-and-paste-o from the osx (10.5/x86) factory.

Originally committed to SVN as r3621.
This commit is contained in:
Amar Takhar 2009-10-05 22:12:13 +00:00
parent 40987da11a
commit 6364e127f6

View file

@ -446,7 +446,6 @@ fosx_ppc.addStep(shell.ShellCommand(
'LUA_LDFLAGS': '-L/Users/verm/prefix/lib/lua51 -llua',
'OPENAL_CFLAGS': '-framework OpenAL',
'OPENAL_LIBS': '-framework OpenAL',
'CFLAGS': '-I/Developer/SDKs/MacOSX10.5.sdk/usr/include',
'ICONV_LDFLAGS': '/usr/lib/libiconv.dylib',
},
name = "configure",