[Libreoffice-commits] core.git: sw/Module_sw.mk

Stephan Bergmann sbergman at redhat.com
Mon Jun 17 00:04:37 PDT 2013


 sw/Module_sw.mk |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 6c7ae36a25a19d401d151dad932b14bd9c8248f3
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon Jun 17 09:04:14 2013 +0200

    PythonTest still does not work on Windows
    
    Change-Id: I79e352efeb1ed3fe8dab53bfb31362ac2ce11b06

diff --git a/sw/Module_sw.mk b/sw/Module_sw.mk
index 7048d8e..202c67c 100755
--- a/sw/Module_sw.mk
+++ b/sw/Module_sw.mk
@@ -72,9 +72,11 @@ $(eval $(call gb_Module_add_subsequentcheck_targets,sw,\
 endif
 
 ifneq ($(DISABLE_PYTHON),TRUE)
+ifneq ($(OS),WNT)
 $(eval $(call gb_Module_add_subsequentcheck_targets,sw,\
 	PythonTest_sw_python \
 ))
 endif
+endif
 
 # vim: set noet sw=4 ts=4:


More information about the Libreoffice-commits mailing list