summaryrefslogtreecommitdiff
path: root/languagetool
diff options
context:
space:
mode:
Diffstat (limited to 'languagetool')
-rw-r--r--languagetool/ExternalProject_languagetool.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/languagetool/ExternalProject_languagetool.mk b/languagetool/ExternalProject_languagetool.mk
index 60b70e63632b..4934dad3146b 100644
--- a/languagetool/ExternalProject_languagetool.mk
+++ b/languagetool/ExternalProject_languagetool.mk
@@ -17,7 +17,7 @@ $(eval $(call gb_ExternalProject_register_targets,languagetool,\
$(call gb_ExternalProject_get_state_target,languagetool,build) :
cd "$(call gb_UnpackedTarball_get_dir,languagetool)" && \
- "$(ANT)" \
+ $(ICECREAM_RUN) "$(ANT)" \
-q \
-f build.xml \
-Dbuild.label="build-libreoffice" \