diff options
Diffstat (limited to 'apache-commons/ExternalProject_apache_commons_httpclient.mk')
-rw-r--r-- | apache-commons/ExternalProject_apache_commons_httpclient.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apache-commons/ExternalProject_apache_commons_httpclient.mk b/apache-commons/ExternalProject_apache_commons_httpclient.mk index 921ae1c48768..c9bde3f8b485 100644 --- a/apache-commons/ExternalProject_apache_commons_httpclient.mk +++ b/apache-commons/ExternalProject_apache_commons_httpclient.mk @@ -24,7 +24,7 @@ $(eval $(call gb_ExternalProject_register_targets,apache_commons_httpclient,\ $(call gb_ExternalProject_get_state_target,apache_commons_httpclient,build) : cd "$(call gb_UnpackedTarball_get_dir,apache_commons_httpclient)" && \ ANT_OPTS="$$ANT_OPTS -Dfile.encoding=ISO-8859-1" \ - "$(ANT)" \ + $(ICECREAM_RUN) "$(ANT)" \ -q \ -f build.xml \ -Dbuild.label="build-$(RSCREVISION)" \ |