diff options
Diffstat (limited to 'make/joal.properties')
-rwxr-xr-x | make/joal.properties | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/make/joal.properties b/make/joal.properties index 5fb5679..dd5e741 100755 --- a/make/joal.properties +++ b/make/joal.properties @@ -40,3 +40,7 @@ win32.c.compiler=mingw # cross-compilation and want to generate fat (PPC and x86) binaries, # uncomment the property below # macosxfat=true +# If you are building on a 64-bit Mac OS X system supporting +# cross-compilation and want to generate fat (PPC64 and x86_64) binaries, +# uncomment the property below +# macosx64fat=true |