27 | | macosx-version=10.4 allows the resulting binary to run on a 10.4 system, you'll probably need /Developer/SDKs/MacOSX10.4u available. |
28 | | link=static gives you static libraries which means not having to fix-up the *.dylibs when installed into an app bundle. |
29 | | architecture=combined builds fat libraries with both i386 and ppc code. |
| 27 | * macosx-version=10.4 allows the resulting binary to run on a 10.4 system, you'll probably need /Developer/SDKs/MacOSX10.4u available. |
| 28 | * link=static gives you static libraries which means not having to fix-up the *.dylibs when installed into an app bundle. |
| 29 | * architecture=combined builds fat libraries with both i386 and ppc code. |