aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2013-06-17 12:28:09 +0200
committerSven Gothel <[email protected]>2013-06-17 12:28:09 +0200
commit343c3b3d0204c678156ce3b1a0a667bf90541c18 (patch)
tree0c7fa624eb4c84ebf6ff8c3eb0cab4a6199cf234 /make
parentc7e53e52b03afbaa6fe02a2ee5a4c5b6e5ed9f5a (diff)
Scripts: Adapt finding gluegen ..
Diffstat (limited to 'make')
-rwxr-xr-xmake/scripts/setenv-jogl.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/scripts/setenv-jogl.sh b/make/scripts/setenv-jogl.sh
index 4067e65c9..0945f44d1 100755
--- a/make/scripts/setenv-jogl.sh
+++ b/make/scripts/setenv-jogl.sh
@@ -35,9 +35,9 @@ else
exit
fi
-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