We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf69a18 commit a41d58dCopy full SHA for a41d58d
graalpython/com.oracle.graal.python.pegparser.generator/Makefile
@@ -1,8 +1,10 @@
1
QUIETLY$(MX_VERBOSE) = @
2
3
PARSER_PATH ?= ../com.oracle.graal.python.pegparser/src/com/oracle/graal/python/pegparser
4
-ifdef PYTHON3_HOME
5
-PYTHON ?= ${PYTHON3_HOME}/python
+ifdef MX_PYTHON
+PYTHON ?= ${MX_PYTHON}
6
+else ifdef MX_PYTHON_VERSION
7
+PYTHON ?= python${MX_PYTHON_VERSION}
8
else
9
PYTHON ?= python3
10
endif
0 commit comments