File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ RM = rm
56
56
RSYNC = rsync
57
57
SED = sed
58
58
# Linux has 'nproc', macOS has 'sysctl -n hw.logicalcpu', this is cross-platform
59
- NPROC = $(PYTHON ) -c 'import multiprocessing as mp; print(mp.cpu_count())'
59
+ NPROC = $(PYTHON3 ) -c 'import multiprocessing as mp; print(mp.cpu_count())'
60
60
61
61
AS = $(CROSS_COMPILE ) as
62
62
CC = $(CROSS_COMPILE ) gcc
@@ -72,7 +72,7 @@ CXX += -m32
72
72
LD += -m32
73
73
endif
74
74
75
- MAKE_FROZEN = $(PYTHON ) $(TOP ) /tools/make-frozen.py
75
+ MAKE_FROZEN = $(PYTHON3 ) $(TOP ) /tools/make-frozen.py
76
76
MPY_CROSS = $(TOP ) /mpy-cross/mpy-cross
77
77
MPY_TOOL = $(PYTHON3 ) $(TOP ) /tools/mpy-tool.py
78
78
PREPROCESS_FROZEN_MODULES = PYTHONPATH=$(TOP ) /tools/python-semver $(TOP ) /tools/preprocess_frozen_modules.py
You can’t perform that action at this time.
0 commit comments