13 Nov
2007
13 Nov
'07
11:28 p.m.
On Nov 13, 2007, at 13:52, source_changes@macosforge.org wrote:
+variant universal { + build.args-append CC="gcc -isysroot /Developer/SDKs/ MacOSX10.4u.sdk -arch i386 -arch ppc" +}
I think you shouldn't hard-code the sdk path or the list of architectures. There's a variable you can use for that instead: variant universal { build.args-append CC="gcc ${configure.universal_cflags}" }