diff options
author | Sven Gothel <[email protected]> | 2012-02-24 07:13:30 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-02-24 07:13:30 +0100 |
commit | cebd8306f2fa729fd599e9b237ee617575b1a941 (patch) | |
tree | 56a7a68f73a1794da48d509cfb86c2a93c0601f1 | |
parent | 8879dcb3d077693638967418ada59382f0071438 (diff) |
Add NODE_LABEL in unit test
-rwxr-xr-x | make/scripts/make.jogl.all.linux-armv7-cross.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/make/scripts/make.jogl.all.linux-armv7-cross.sh b/make/scripts/make.jogl.all.linux-armv7-cross.sh index ef73cfbf1..1f9497e25 100755 --- a/make/scripts/make.jogl.all.linux-armv7-cross.sh +++ b/make/scripts/make.jogl.all.linux-armv7-cross.sh @@ -16,6 +16,8 @@ export PATH # -DisLinuxARMv7=true \ # -DisX11=false \ +export NODE_LABEL=. + export HOST_UID=jogamp export HOST_IP=jogamp02 export HOST_RSYNC_ROOT=PROJECTS/JOGL |