summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-06-17 09:04:14 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-06-17 09:04:14 +0200
commit6c7ae36a25a19d401d151dad932b14bd9c8248f3 (patch)
tree97d94e2fddc8fb5821ca8441375c0b9fc396b27a
parentd6e12ac8f04f4a3820ec07bd94cd5352f6f861ca (diff)
PythonTest still does not work on Windows
Change-Id: I79e352efeb1ed3fe8dab53bfb31362ac2ce11b06
-rwxr-xr-xsw/Module_sw.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/Module_sw.mk b/sw/Module_sw.mk
index 7048d8ec6ff1..202c67c4fc35 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: