summaryrefslogtreecommitdiff
path: root/unix/mpconfigport.h
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2015-06-02 01:32:07 +0300
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2015-06-02 01:32:07 +0300
commit9456732b86704adeefb4ef67612a2a9299c92677 (patch)
tree0fa419523d6b52494273175f515953c81d008b13 /unix/mpconfigport.h
parent2fc1e643199a97cd38142aaec80547227197db98 (diff)
unix: Include upip as fronzen modules inside the standard interpreter.
MicroPython doesn't come with standard library included, so it is important to be able to easily install needed package in a seamless manner. Bundling package manager (upip) inside an executable solves this issue. upip is bundled only with standard executable, not "minimal" or "fast" builds.
Diffstat (limited to 'unix/mpconfigport.h')
-rw-r--r--unix/mpconfigport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/mpconfigport.h b/unix/mpconfigport.h
index 2a24061c9..a0e7bf467 100644
--- a/unix/mpconfigport.h
+++ b/unix/mpconfigport.h
@@ -81,6 +81,7 @@
#define MICROPY_PY_CMATH (1)
#define MICROPY_PY_IO_FILEIO (1)
#define MICROPY_PY_GC_COLLECT_RETVAL (1)
+#define MICROPY_MODULE_FROZEN (1)
#define MICROPY_STACKLESS (0)
#define MICROPY_STACKLESS_STRICT (0)