summaryrefslogtreecommitdiff
path: root/pyuno/Module_pyuno.mk
diff options
context:
space:
mode:
Diffstat (limited to 'pyuno/Module_pyuno.mk')
-rw-r--r--pyuno/Module_pyuno.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/pyuno/Module_pyuno.mk b/pyuno/Module_pyuno.mk
index 849d17749d5a..804163ea4db0 100644
--- a/pyuno/Module_pyuno.mk
+++ b/pyuno/Module_pyuno.mk
@@ -34,7 +34,7 @@ $(eval $(call gb_Module_add_targets,pyuno,\
))
endif
-ifeq ($(SYSTEM_PYTHON),)
+ifneq ($(SYSTEM_PYTHON),TRUE)
# python-core: python.sh on Unix
ifneq ($(OS),WNT)
@@ -44,8 +44,6 @@ $(eval $(call gb_Module_add_targets,pyuno,\
))
endif
-endif # SYSTEM_PYTHON
-
$(eval $(call gb_Module_add_check_targets,pyuno, \
PythonTest_pyuno_pytests_testssl \
PythonTest_pyuno_pytests_testbz2 \
@@ -53,6 +51,8 @@ $(eval $(call gb_Module_add_check_targets,pyuno, \
PythonTest_pyuno_pytests_testsetuptools \
))
+endif # !SYSTEM_PYTHON
+
$(eval $(call gb_Module_add_subsequentcheck_targets,pyuno, \
PythonTest_pyuno_pytests_testcollections \
PythonTest_pyuno_pytests_insertremovecells \