diff options
author | Sven Gothel <[email protected]> | 2011-10-18 17:13:51 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-10-18 17:13:51 +0200 |
commit | 70407434fd4cd205b127ed7d73832eb0b3d01263 (patch) | |
tree | af0ac1f9035aa63eb901f56ef32d7f6178cd5fa4 /scripts/make.jocl.all.linux-x86_64.sh | |
parent | e85d4df16b980993b61b7c165afdedc65ec9bda0 (diff) |
split solaris 32bit (x86/sparc), use jvmDataModel.arg set by gluegenv2.0-rc4
Diffstat (limited to 'scripts/make.jocl.all.linux-x86_64.sh')
-rw-r--r-- | scripts/make.jocl.all.linux-x86_64.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/make.jocl.all.linux-x86_64.sh b/scripts/make.jocl.all.linux-x86_64.sh index c58e1ae9..680d1454 100644 --- a/scripts/make.jocl.all.linux-x86_64.sh +++ b/scripts/make.jocl.all.linux-x86_64.sh @@ -2,8 +2,8 @@ SDIR=`dirname $0` -if [ -e $SDIR/../../../gluegen/make/scripts/setenv-build-jogl-x86_64.sh ] ; then - . $SDIR/../../../gluegen/make/scripts/setenv-build-jogl-x86_64.sh +if [ -e $SDIR/../../gluegen/make/scripts/setenv-build-jogl-x86_64.sh ] ; then + . $SDIR/../../gluegen/make/scripts/setenv-build-jogl-x86_64.sh fi ant \ |