diff options
-rw-r--r-- | external/apache-commons/ExternalProject_apache_commons_logging.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/external/apache-commons/ExternalProject_apache_commons_logging.mk b/external/apache-commons/ExternalProject_apache_commons_logging.mk index afb2f0178d22..ed9e53646f18 100644 --- a/external/apache-commons/ExternalProject_apache_commons_logging.mk +++ b/external/apache-commons/ExternalProject_apache_commons_logging.mk @@ -25,7 +25,7 @@ $(call gb_ExternalProject_get_state_target,apache_commons_logging,build) : ,-Dant.build.javac.source=$(JAVA_SOURCE_VER) \ -Dant.build.javac.target=$(JAVA_TARGET_VER) \ ) \ - $(if $(debug),-Dbuild.debug="on") \ + $(if $(debug),-Dcompile.debug="true",-Dcompile.debug="false") \ compile build-jar \ ) |