diff options
Diffstat (limited to 'make/jogl.properties')
-rw-r--r-- | make/jogl.properties | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/make/jogl.properties b/make/jogl.properties index 298ed2759..59944f532 100644 --- a/make/jogl.properties +++ b/make/jogl.properties @@ -21,6 +21,10 @@ win32.c.compiler=vc6 # 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 # # If you are building the Cg binding (by specifying -Djogl.cg=1 to the |