Skip to content

Commit b7e26fc

Browse files
committed
parser.antlr: use python3 in Makefile
1 parent 6db5ddd commit b7e26fc

File tree

1 file changed

+1
-1
lines changed
  • graalpython/com.oracle.graal.python.parser.antlr

1 file changed

+1
-1
lines changed

graalpython/com.oracle.graal.python.parser.antlr/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ ${STAMP}: ${SOURCE} ${POSTPROCESSOR}
5656

5757
# postprocessing to make source compile without warnings
5858
${PARSER_PATH}/%.java: ${STAMP}
59-
python ${POSTPROCESSOR} $@
59+
python3 ${POSTPROCESSOR} $@
6060

6161
clean:
6262
ifeq ($(wildcard ${SOURCE}),)

0 commit comments

Comments
 (0)