[Libreoffice-commits] core.git: solenv/gbuild
Stephan Bergmann (via logerrit)
logerrit at kemper.freedesktop.org
Mon Mar 30 12:44:53 UTC 2020
solenv/gbuild/platform/macosx.mk | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit 04848b071afc31c6ac8ea4286bde8acd4f7cf110
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Mon Mar 30 13:12:31 2020 +0200
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Mon Mar 30 14:44:17 2020 +0200
Override gb_Package_get_target,python3 also for gb_UITest_DEPS on macOS
...same as gb_CppunitTest_PYTHONDEPS and gb_PythonTest_DEPS. (This is just one
piece of the puzzle of making uicheck work on macOS eventually.)
Change-Id: I88ec602e2924f37ef4b3cd143fd8487ba25fcb8a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91358
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/solenv/gbuild/platform/macosx.mk b/solenv/gbuild/platform/macosx.mk
index c06f40d66fc4..c743511207ce 100644
--- a/solenv/gbuild/platform/macosx.mk
+++ b/solenv/gbuild/platform/macosx.mk
@@ -300,6 +300,10 @@ gb_PythonTest_PRECOMMAND := $(gb_PythonTest_PRECOMMAND):$(INSTROOT)/$(LIBO_LIB_F
endif
gb_PythonTest_PRECOMMAND := $(gb_PythonTest_PRECOMMAND):$(WORKDIR)/UnpackedTarball/cppunit/src/cppunit/.libs
+# UITest class
+
+gb_UITest_DEPS := $(call gb_GeneratedPackage_get_target,python3)
+
# Module class
define gb_Module_DEBUGRUNCOMMAND
More information about the Libreoffice-commits
mailing list