micropython/ports/unix/variants/nanbox/mpconfigvariant.mk
Jim Mussared 977b532c8f unix: Rename unix binaries to micropython-variant (not _variant).
For consistency with mpy-cross, and other unix tools in general.
2020-01-12 10:37:40 +11:00

5 lines
119 B
Makefile

# build interpreter with nan-boxing as object model (object repr D)
PROG = micropython-nanbox
MICROPY_FORCE_32BIT = 1