From c576617408f6432955ae3fda662b23d66b34f43b Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Thu, 18 Apr 2013 23:38:17 +0200 Subject: run PythonTests with internal python too ... and use PYTHON_FOR_BUILD in the system python case. Change-Id: If3c3305ab4f613642bea9b775e4c7a602f5a476c TODO: needs testing on more platforms Reviewed-on: https://gerrit.libreoffice.org/3471 Reviewed-by: Fridrich Strba Tested-by: Fridrich Strba --- sw/Module_sw.mk | 3 --- 1 file changed, 3 deletions(-) (limited to 'sw/Module_sw.mk') diff --git a/sw/Module_sw.mk b/sw/Module_sw.mk index b1dbe2f473d0..fedb44a3dabd 100644 --- a/sw/Module_sw.mk +++ b/sw/Module_sw.mk @@ -70,13 +70,10 @@ $(eval $(call gb_Module_add_subsequentcheck_targets,sw,\ )) endif -# TODO: FixMe restrict to system python ifneq ($(DISABLE_PYTHON),TRUE) -ifeq ($(SYSTEM_PYTHON),YES) $(eval $(call gb_Module_add_subsequentcheck_targets,sw,\ PythonTest_sw_unoapi \ )) endif -endif # vim: set noet sw=4 ts=4: -- cgit