diff options
| author | Jeff Epler <jepler@gmail.com> | 2020-02-04 10:24:37 -0600 |
|---|---|---|
| committer | Jeff Epler <jepler@unpythonic.net> | 2020-02-27 11:03:03 -0600 |
| commit | fa3b9eba926525751d0968aef88317ce5ad25003 (patch) | |
| tree | aa7e38f9d7401223e089bfb0125e414d156af494 /ports/unix | |
| parent | 4c710cf13b2977eeeb9f2b0506761adaf1feac53 (diff) | |
ulab: Incorporate it
Diffstat (limited to 'ports/unix')
| -rw-r--r-- | ports/unix/mpconfigport.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/unix/mpconfigport.mk b/ports/unix/mpconfigport.mk index f0aa955c0..4cb1804d4 100644 --- a/ports/unix/mpconfigport.mk +++ b/ports/unix/mpconfigport.mk @@ -40,3 +40,5 @@ MICROPY_PY_JNI = 0 # Avoid using system libraries, use copies bundled with MicroPython # as submodules (currently affects only libffi). MICROPY_STANDALONE = 0 + +MICROPY_PY_ULAB = 1 |
