Skip to content

Commit cb01261

Browse files
committed
Use python3 for mpy-tool
1 parent 4f9c8b7 commit cb01261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/mkenv.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ endif
7272

7373
MAKE_FROZEN = $(PYTHON) $(TOP)/tools/make-frozen.py
7474
MPY_CROSS = $(TOP)/mpy-cross/mpy-cross
75-
MPY_TOOL = $(PYTHON) $(TOP)/tools/mpy-tool.py
75+
MPY_TOOL = $(PYTHON3) $(TOP)/tools/mpy-tool.py
7676
PREPROCESS_FROZEN_MODULES = PYTHONPATH=$(TOP)/tools/python-semver $(TOP)/tools/preprocess_frozen_modules.py
7777

7878
all:

0 commit comments

Comments
 (0)