diff options
Diffstat (limited to 'etc')
-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 |