diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-02-05 17:50:31 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-02-06 11:38:11 +0100 |
commit | b0eab81b25b00f1ec74506778bcacffc2f4a15cf (patch) | |
tree | 586b82a73a0b06ba2d77009498d99a01af7ccb98 /solenv | |
parent | 333435087cdbdbff7e91315604f0a8390c16387e (diff) |
Fix typo in call to gb_CppunitTest_use_java_ure
...which had been renamed from gb_CppunitTest__use_java_ure in
1f6e670605cc856a6e9febb024f9cb2427156020 "gbuild: require java UNO runtime
explicitly", apparently forgetting to adapt this use
Change-Id: Ia093fcf2a5728247c259e549722329ade7b60931
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88052
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/gbuild/CppunitTest.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/CppunitTest.mk b/solenv/gbuild/CppunitTest.mk index 15e525452150..7aa8fdc9e5fb 100644 --- a/solenv/gbuild/CppunitTest.mk +++ b/solenv/gbuild/CppunitTest.mk @@ -392,7 +392,7 @@ $(call gb_CppunitTest_get_target,$(1)) : \ endef define gb_CppunitTest_use_jar -$(call gb_CppunitTest__use_java_ure,$(1)) +$(call gb_CppunitTest_use_java_ure,$(1)) $(call gb_CppunitTest_get_target,$(1)) : $(call gb_Jar_get_target,$(2)) endef |