We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f025f4b commit 6c55e0cCopy full SHA for 6c55e0c
Makefile
@@ -31,7 +31,7 @@ else
31
PLONE_VERSION := 6.1.2
32
endif
33
34
-ifdef python-version
+ifdef $(python-version)
35
PYTHON_VERSION := $(python-version)
36
else
37
PYTHON_VERSION := 3.10
0 commit comments