summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2014-04-11 02:52:14 +0200
committerSven Gothel <[email protected]>2014-04-11 02:52:14 +0200
commite66c2c42d6f14181e0b81c83f47af620929ca291 (patch)
tree5c62dc3acd4f2e6b1d2dc8a3f7f151d4b741419d
parent7ad85a35d96b320d7e7929913dc1c347a0f7d7ad (diff)
Fix setenv-jogl.sh script ..
-rw-r--r--setenv-jogl.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/setenv-jogl.sh b/setenv-jogl.sh
index b927753..3c7358b 100644
--- a/setenv-jogl.sh
+++ b/setenv-jogl.sh
@@ -43,9 +43,9 @@ else
fi
if [ $AUTOBUILD -eq 0 ] ; then
- gpf=`find ../gluegen/make -name dynlink-unix.cfg`
+ gpf=`find ../gluegen/make -name jogamp-env.xml`
if [ -z "$gpf" ] ; then
- gpf=`find .. -name dynlink-unix.cfg`
+ gpf=`find .. -name jogamp-env.xml`
fi
if [ -z "$gpf" ] ; then
echo GLUEGEN_BUILDDIR not found