Skip to content

Commit ec2f195

Browse files
committed
set MICROPY_STANDALONE to 1
1 parent 044b9b6 commit ec2f195

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ports/unix/mpconfigport.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ MICROPY_PY_JNI = 0
3737

3838
# Avoid using system libraries, use copies bundled with MicroPython
3939
# as submodules (currently affects only libffi).
40-
MICROPY_STANDALONE = 0
40+
MICROPY_STANDALONE = 1

0 commit comments

Comments
 (0)