diff options
Diffstat (limited to 'scripts/make.jocl.all.macosx-clang.sh')
-rwxr-xr-x | scripts/make.jocl.all.macosx-clang.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/make.jocl.all.macosx-clang.sh b/scripts/make.jocl.all.macosx-clang.sh index 0b800ac7..fc16ed15 100755 --- a/scripts/make.jocl.all.macosx-clang.sh +++ b/scripts/make.jocl.all.macosx-clang.sh @@ -14,8 +14,8 @@ export SOURCE_LEVEL=1.6 export TARGET_LEVEL=1.6 export TARGET_RT_JAR=/opt-share/jre1.6.0_30/lib/rt.jar -export GLUEGEN_PROPERTIES_FILE="../gluegen/make/lib/gluegen-clang.properties" -# or -Dgcc.compat.compiler=clang +export GLUEGEN_PROPERTIES_FILE="../gluegen/make/lib/gluegen-xcode_clang.properties" +# or -Dgcc.compat.compiler=xcode.clang #export JOGAMP_JAR_CODEBASE="Codebase: *.jogamp.org" export JOGAMP_JAR_CODEBASE="Codebase: *.goethel.localnet" |