summaryrefslogtreecommitdiffstats
path: root/setenv-jogl.sh
diff options
context:
space:
mode:
Diffstat (limited to 'setenv-jogl.sh')
-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