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/make.jocl.all.linux-x86-clang.sh | |
parent | cd3f1b2903821127440cd975384c41f17f1d69b5 (diff) |
scripts: use gluegen's renamed setenv-build-jogl-* -> setenv-build-jogamp-*
Diffstat (limited to 'make/scripts/make.jocl.all.linux-x86-clang.sh')
-rwxr-xr-x | make/scripts/make.jocl.all.linux-x86-clang.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/scripts/make.jocl.all.linux-x86-clang.sh b/make/scripts/make.jocl.all.linux-x86-clang.sh index 023a79c9..65de5b1d 100755 --- a/make/scripts/make.jocl.all.linux-x86-clang.sh +++ b/make/scripts/make.jocl.all.linux-x86-clang.sh @@ -2,8 +2,8 @@ SDIR=`dirname $0` -if [ -e $SDIR/../../../gluegen/make/scripts/setenv-build-jogl-x86.sh ] ; then - . $SDIR/../../../gluegen/make/scripts/setenv-build-jogl-x86.sh +if [ -e $SDIR/../../../gluegen/make/scripts/setenv-build-jogamp-x86.sh ] ; then + . $SDIR/../../../gluegen/make/scripts/setenv-build-jogamp-x86.sh fi LOGF=make.jocl.all.linux-x86-clang.log |