summaryrefslogtreecommitdiff
path: root/solenv/Module_solenv.mk
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2016-10-14 15:17:24 +0200
committerBjörn Michaelsen <bjoern.michaelsen@canonical.com>2016-10-18 11:27:01 +0000
commitf5c54089b50718abf7c35aa81b150c509809d5c4 (patch)
treeb89109fe0e83f4f76aff30e16dfff458229899bf /solenv/Module_solenv.mk
parent276732f3068cac65dd607b4f78abdcd918ed30ad (diff)
prep WinResTarget for WNT in testdir
Change-Id: I04c050dca1212d247c9b11a996ba8f37c0a6492f Reviewed-on: https://gerrit.libreoffice.org/29825 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Diffstat (limited to 'solenv/Module_solenv.mk')
-rw-r--r--solenv/Module_solenv.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/solenv/Module_solenv.mk b/solenv/Module_solenv.mk
index f471374ed55e..d179771827c9 100644
--- a/solenv/Module_solenv.mk
+++ b/solenv/Module_solenv.mk
@@ -22,11 +22,9 @@ $(eval $(call gb_Module_add_targets,solenv,\
endif
ifneq ($(DISABLE_PYTHON),TRUE)
-ifneq ($(OS),WNT) # disable on Windows for now, causes gerrit/jenkins failures
$(eval $(call gb_Module_add_subsequentcheck_targets,solenv,\
PythonTest_solenv_python \
))
endif
-endif
# vim: set shiftwidth=4 tabstop=4 noexpandtab: