[Libreoffice-commits] core.git: solenv/gbuild

David Tardon dtardon at redhat.com
Fri Apr 18 12:43:38 PDT 2014


 solenv/gbuild/PythonTest.mk |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 859e42a98fd73c84edc20c87868d50747a2da123
Author: David Tardon <dtardon at redhat.com>
Date:   Fri Apr 18 21:42:00 2014 +0200

    add missing dep
    
    Change-Id: Ibc97c8d082b154faed48efa81fb48d5247fc7b6d

diff --git a/solenv/gbuild/PythonTest.mk b/solenv/gbuild/PythonTest.mk
index 24554f2..8c346a5 100644
--- a/solenv/gbuild/PythonTest.mk
+++ b/solenv/gbuild/PythonTest.mk
@@ -17,6 +17,7 @@ gb_PythonTest_DEPS := $(call gb_GeneratedPackage_get_target_for_build,python3)
 else
 gb_PythonTest_DEPS := $(call gb_Package_get_target_for_build,python3)
 endif
+gb_PythonTest_DEPS += $(if $(filter-out WNT,$(OS)),$(call gb_Package_get_target_for_build,python_shell))
 else
 gb_PythonTest_EXECUTABLE := $(PYTHON_FOR_BUILD)
 gb_PythonTest_EXECUTABLE_GDB := $(PYTHON_FOR_BUILD)


More information about the Libreoffice-commits mailing list