diff options
author | Sven Gothel <[email protected]> | 2013-06-17 12:28:09 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-06-17 12:28:09 +0200 |
commit | 343c3b3d0204c678156ce3b1a0a667bf90541c18 (patch) | |
tree | 0c7fa624eb4c84ebf6ff8c3eb0cab4a6199cf234 | |
parent | c7e53e52b03afbaa6fe02a2ee5a4c5b6e5ed9f5a (diff) |
Scripts: Adapt finding gluegen ..
-rwxr-xr-x | make/scripts/setenv-jogl.sh | 4 |
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 |