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