aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-09-23 16:34:28 +0200
committerSven Gothel <[email protected]>2011-09-23 16:34:28 +0200
commit4c11e17e5365f2e34ca844b206387ce03ec2f5f0 (patch)
treefdd115c67f3c448860f8691f6a5d977507097a13 /etc
parentac358bd66878e63a370377d4c7f625ec5b1b9e31 (diff)
test scripts: use build/lib for JOGL native lib access (will be removed though)
Diffstat (limited to 'etc')
-rwxr-xr-xetc/profile.jogl8
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