diff options
author | Sven Gothel <[email protected]> | 2020-01-04 21:27:28 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2020-01-04 21:27:28 +0100 |
commit | ca0cccff26bdaea3123446f99d97b3c9e7c7b4b8 (patch) | |
tree | d685193f1c2a67b70f91c9bcbf25d743cb238be8 /make/scripts/tests-x64.sh | |
parent | cd3f1b2903821127440cd975384c41f17f1d69b5 (diff) |
scripts: use gluegen's renamed setenv-build-jogl-* -> setenv-build-jogamp-*
Diffstat (limited to 'make/scripts/tests-x64.sh')
-rwxr-xr-x | make/scripts/tests-x64.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/scripts/tests-x64.sh b/make/scripts/tests-x64.sh index e116cfd5..527cc3a6 100755 --- a/make/scripts/tests-x64.sh +++ b/make/scripts/tests-x64.sh @@ -11,8 +11,8 @@ SDIR=`dirname $0` #export LD_LIBRARY_PATH=/home/sven/libav-10.x/lib:$LD_LIBRARY_PATH #export LD_LIBRARY_PATH=/home/sven/ffmpeg-2.x/lib:$LD_LIBRARY_PATH -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-jogamp-x86_64.sh ] ; then + . $SDIR/../../../gluegen/make/scripts/setenv-build-jogamp-x86_64.sh fi . $SDIR/tests.sh `which java` -DummyArg ../build-x86_64 $* |