summaryrefslogtreecommitdiff
path: root/sw/Module_sw.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-20 23:33:33 +0200
committerMichael Stahl <mstahl@redhat.com>2013-04-20 23:38:55 +0200
commit0a354129838758e2b34078b3c73b3551ce182a2b (patch)
treee2e0f761a1ddaac443f9f4ffeef38028c707b3cf /sw/Module_sw.mk
parentec2b98f4bcbe3b8a47b3b2b7127ac608d83ac6ec (diff)
disable PythonTest on WNT for now
There is a problem that needs fixing first, in order to be able to load the test.dll the OUTDIR/bin needs to be on PATH but starting the dev-install's python.exe with that then results in 2 instances of tklo.dll loaded, which fails horribly. Hopefully this will get easier once more stuff (python and libraries) is moved to INSTDIR. Change-Id: Ib615baac48e5e863b0b49a2de6c2985100ce3ae7
Diffstat (limited to 'sw/Module_sw.mk')
-rw-r--r--sw/Module_sw.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/Module_sw.mk b/sw/Module_sw.mk
index fedb44a3dabd..164e69047b5d 100644
--- a/sw/Module_sw.mk
+++ b/sw/Module_sw.mk
@@ -71,9 +71,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_unoapi \
))
endif
+endif
# vim: set noet sw=4 ts=4: