solenv/gbuild/CppunitTest.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit b0eab81b25b00f1ec74506778bcacffc2f4a15cf Author: Stephan Bergmann <sberg...@redhat.com> AuthorDate: Wed Feb 5 17:50:31 2020 +0100 Commit: Stephan Bergmann <sberg...@redhat.com> CommitDate: Thu Feb 6 11:38:11 2020 +0100 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 <sberg...@redhat.com> 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 _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits