diff options
author | kbr <[email protected]> | 2008-02-15 14:39:02 +0000 |
---|---|---|
committer | kbr <[email protected]> | 2008-02-15 14:39:02 +0000 |
commit | a5c3ef7e6c97a5e6b84fdb1e51d83d115313903e (patch) | |
tree | ddb6d97d8a0a1277d9d258a683871f0cd152b728 | |
parent | c094d6a0fd37a33f0e37342a78d2e50b671329eb (diff) |
Added macosx64fat property to joal.properties
git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@791 03bf7f67-59de-4072-a415-9a990d468a3f
-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 |