Skip to content
Snippets Groups Projects
Commit 6055d411 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

unix/mpconfigport.mk: Document MICROPY_STANDALONE make-level option.

Avoid using system libraries, use copies bundled with MicroPython as
submodules (currently affects only libffi, other dependencies either
already used as bundled-only (axtls), or can't be bundled (so far),
like libjni).
parent cbe544a7
No related branches found
No related tags found
No related merge requests found
......@@ -26,3 +26,7 @@ MICROPY_PY_USSL = 1
# jni module requires JVM/JNI
MICROPY_PY_JNI = 0
# Avoid using system libraries, use copies bundled with MicroPython
# as submodules (currently affects only libffi).
MICROPY_STANDALONE = 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment