aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/make.jocl.all.linux-x86.sh
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-12-18 23:37:00 +0100
committerSven Gothel <[email protected]>2011-12-18 23:37:00 +0100
commit2258d6eb97b7a1662ef236dea67d89899ff028ee (patch)
treee2224981605d8165593270c5443454cbe54884d4 /scripts/make.jocl.all.linux-x86.sh
parent8752f9a0bdded5bc26da7392b8da9848387dacee (diff)
Fix scripts ; Remove personalization of vendor -> Jogamp Community
Diffstat (limited to 'scripts/make.jocl.all.linux-x86.sh')
-rw-r--r--scripts/make.jocl.all.linux-x86.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/make.jocl.all.linux-x86.sh b/scripts/make.jocl.all.linux-x86.sh
index 1f497cf0..a5af57a6 100644
--- a/scripts/make.jocl.all.linux-x86.sh
+++ b/scripts/make.jocl.all.linux-x86.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.sh ] ; then
+ . $SDIR/../../gluegen/make/scripts/setenv-build-jogl-x86.sh
fi
ant \