aboutsummaryrefslogtreecommitdiffstats
path: root/make/build-common.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-02-23 02:47:33 +0100
committerSven Gothel <[email protected]>2011-02-23 02:47:33 +0100
commit8a34f083d78b61bf9cbebbd6c9a5ba3653e784aa (patch)
tree243a185622df809047fbdae80e09df26d051a1d4 /make/build-common.xml
parentf67effd5e00abec3e671e4bb97b0e2837398fcb3 (diff)
Use NODE_NAME env var to determine test archive
Diffstat (limited to 'make/build-common.xml')
-rw-r--r--make/build-common.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/make/build-common.xml b/make/build-common.xml
index 77d81fdf7..d331602ff 100644
--- a/make/build-common.xml
+++ b/make/build-common.xml
@@ -12,6 +12,8 @@
</condition>
</fail>
+ <property environment="env" />
+
<!-- Pull in GlueGen cpptasks build file -->
<property name="gluegen.root" value="../../gluegen" />
<import file="${gluegen.root}/make/gluegen-cpptasks.xml" />