diff options
author | Sven Gothel <[email protected]> | 2012-02-24 06:01:59 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-02-24 06:01:59 +0100 |
commit | 5ceb11677309f4cb87e343dda6a28f014714a8f3 (patch) | |
tree | cf3e459827c7a7444cad739ee3c19a9a3080a927 /make | |
parent | c8c20e8c7999ab6955ec69939922ec7766c2ec99 (diff) |
Add NODE_LABEL in scripts/make.gluegen.all.linux-armv7-cross.sh
Diffstat (limited to 'make')
-rwxr-xr-x | make/scripts/make.gluegen.all.linux-armv7-cross.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/make/scripts/make.gluegen.all.linux-armv7-cross.sh b/make/scripts/make.gluegen.all.linux-armv7-cross.sh index 53e81b4..43aed5f 100755 --- a/make/scripts/make.gluegen.all.linux-armv7-cross.sh +++ b/make/scripts/make.gluegen.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 |