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

New commits:
commit 859e42a98fd73c84edc20c87868d50747a2da123
Author: David Tardon <dtar...@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)
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to