diff options
author | Sven Gothel <[email protected]> | 2011-09-23 16:34:28 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-09-23 16:34:28 +0200 |
commit | 4c11e17e5365f2e34ca844b206387ce03ec2f5f0 (patch) | |
tree | fdd115c67f3c448860f8691f6a5d977507097a13 /etc/profile.jogl | |
parent | ac358bd66878e63a370377d4c7f625ec5b1b9e31 (diff) |
test scripts: use build/lib for JOGL native lib access (will be removed though)
Diffstat (limited to 'etc/profile.jogl')
-rwxr-xr-x | etc/profile.jogl | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/etc/profile.jogl b/etc/profile.jogl index 2902bccb2..9b38d6a06 100755 --- a/etc/profile.jogl +++ b/etc/profile.jogl @@ -70,13 +70,7 @@ else fi export JOGL_BUILD_DIR -JOGL_LIB_DIR="" -if [ $AUTOBUILD -eq 0 ] ; then - JOGL_LIB_DIR=$JOGL_BUILD_DIR/nativewindow/obj:$JOGL_BUILD_DIR/jogl/obj:$JOGL_BUILD_DIR/newt/obj -else - # Autobuild - JOGL_LIB_DIR=$THISDIR/lib -fi +JOGL_LIB_DIR=$JOGL_BUILD_DIR/lib export JOGL_LIB_DIR if [ ! -z "$JOGL_PROFILE" ] ; then |