aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-02-23 05:16:51 +0100
committerSven Gothel <[email protected]>2011-02-23 05:16:51 +0100
commit2ecb62d83db2f1309eae8a639c236c517dcbf846 (patch)
treeae8d72fea0ab6696202cf4ae786407306ccd0c59 /make
parent06d6c31e74357d550311795a92733822805a9215 (diff)
7z: use OS searchpath
Diffstat (limited to 'make')
-rw-r--r--make/gluegen-archivetasks.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/make/gluegen-archivetasks.xml b/make/gluegen-archivetasks.xml
index 536441c..d7989bb 100644
--- a/make/gluegen-archivetasks.xml
+++ b/make/gluegen-archivetasks.xml
@@ -7,6 +7,7 @@
<sequential>
<delete file="@{destfile}" quiet="true" failonerror="false" />
<exec executable="7z"
+ searchpath="true"
dir="@{basedir}"
spawn="false"
failifexecutionfails="true"