diff options
-rw-r--r-- | make/jogamp-archivetasks.xml | 2 |
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> |