aboutsummaryrefslogtreecommitdiffstats
path: root/make/jogamp-archivetasks.xml
diff options
context:
space:
mode:
authorWade Walker <[email protected]>2014-02-08 15:58:24 -0600
committerWade Walker <[email protected]>2014-03-01 15:31:20 -0600
commit2d94feea41d648fccaa96090e08e754a31aa1b14 (patch)
treef76e47ba0c78f9b8a077187bca94b59fcee86abe /make/jogamp-archivetasks.xml
parentc9b209bc850bda0c076d89ccf72a18248bb0a20b (diff)
Fix 7z for paths containing spaces on Windows.
Diffstat (limited to 'make/jogamp-archivetasks.xml')
-rw-r--r--make/jogamp-archivetasks.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/jogamp-archivetasks.xml b/make/jogamp-archivetasks.xml
index 24309d8..0734f90 100644
--- a/make/jogamp-archivetasks.xml
+++ b/make/jogamp-archivetasks.xml
@@ -21,7 +21,7 @@
spawn="false"
failifexecutionfails="true"
failonerror="true">
- <arg line="a -r ${destfile.path} @{includes}"/>
+ <arg line="a -r '${destfile.path}' @{includes}"/>
</exec>
</sequential>
</macrodef>