Kaydet (Commit) c748f42f authored tarafından Michael Stahl's avatar Michael Stahl

hsqldb: quote $(ANT) to make paths with spaces work

Change-Id: Ic687a733d752e93f39f5cc6c827de107d8c4327f
üst 1e64ba5c
......@@ -20,7 +20,7 @@ $(eval $(call gb_ExternalProject_register_targets,hsqldb,\
$(call gb_ExternalProject_get_state_target,hsqldb,build) :
cd $(EXTERNAL_WORKDIR) && \
$(ANT) \
"$(ANT)" \
-q \
-f build/build.xml \
-Dbuild.label="build-$(RSCREVISION)" \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment