From 34cf68fd0e1482ce42432cde142806c4b84270d2 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Fri, 24 Sep 2010 00:05:10 +0200 Subject: Fix my build scripts - thx 2 utgarda --- make/scripts/make.gluegen.all.linux-x86.sh | 5 ++++- make/scripts/make.gluegen.all.linux-x86_64.sh | 4 +++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/make/scripts/make.gluegen.all.linux-x86.sh b/make/scripts/make.gluegen.all.linux-x86.sh index ef81f0e..3d052e9 100644 --- a/make/scripts/make.gluegen.all.linux-x86.sh +++ b/make/scripts/make.gluegen.all.linux-x86.sh @@ -1,6 +1,9 @@ #! /bin/sh -. ../../setenv-build-jogl-x86.sh +if [ -e ../../setenv-build-jogl-x86.sh ] ; then + . ../../setenv-build-jogl-x86.sh +fi + # -Dc.compiler.debug=true # -Dgluegen.cpptasks.detected.os=true \ diff --git a/make/scripts/make.gluegen.all.linux-x86_64.sh b/make/scripts/make.gluegen.all.linux-x86_64.sh index 98ef4ed..0713b8e 100644 --- a/make/scripts/make.gluegen.all.linux-x86_64.sh +++ b/make/scripts/make.gluegen.all.linux-x86_64.sh @@ -1,6 +1,8 @@ #! /bin/sh -. ../../setenv-build-jogl-x86_64.sh +if [ -e ../../setenv-build-jogl-x86_64.sh ] ; then + . ../../setenv-build-jogl-x86_64.sh +fi # -Dc.compiler.debug=true # -Dgluegen.cpptasks.detected.os=true \ -- cgit v1.2.3