summaryrefslogtreecommitdiff
path: root/sw/Module_sw.mk
diff options
context:
space:
mode:
authorDavid Ostrovsky <david@ostrovsky.org>2013-06-16 11:32:39 +0200
committerMichael Meeks <michael.meeks@suse.com>2013-06-16 12:03:02 +0100
commit2efac6b4d53821ef9167f3e04f205e1f6ae28638 (patch)
tree74bd9daea913bb35a200aa2e5741eee20514867b /sw/Module_sw.mk
parentbe53bec4fa8e6d08ceac0496585bbf64f69b4a19 (diff)
Another try to fix python unit test on MSVC
Change-Id: I66734830ef228b6928b24194f278632fa9f2c70c
Diffstat (limited to 'sw/Module_sw.mk')
-rwxr-xr-x[-rw-r--r--]sw/Module_sw.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/Module_sw.mk b/sw/Module_sw.mk
index 202c67c4fc35..7048d8ec6ff1 100644..100755
--- a/sw/Module_sw.mk
+++ b/sw/Module_sw.mk
@@ -72,11 +72,9 @@ $(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: