summaryrefslogtreecommitdiff
path: root/pyuno/CustomTarget_python_shell.mk
diff options
context:
space:
mode:
Diffstat (limited to 'pyuno/CustomTarget_python_shell.mk')
-rw-r--r--pyuno/CustomTarget_python_shell.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyuno/CustomTarget_python_shell.mk b/pyuno/CustomTarget_python_shell.mk
index b3cf6d734f4a..203258bf94e3 100644
--- a/pyuno/CustomTarget_python_shell.mk
+++ b/pyuno/CustomTarget_python_shell.mk
@@ -17,7 +17,7 @@ $(eval $(call gb_CustomTarget_register_targets,pyuno/python_shell,\
ifeq ($(OS),MACOSX)
pyuno_PYTHON_SHELL_VERSION:=$(PYTHON_VERSION_MAJOR).$(PYTHON_VERSION_MINOR)
else
-pyuno_PYTHON_SHELL_VERSION:=3.7.7
+pyuno_PYTHON_SHELL_VERSION:=$(PYTHON_VERSION)
endif
$(call gb_CustomTarget_get_workdir,pyuno/python_shell)/python.sh : \