summaryrefslogtreecommitdiffstatshomepage
path: root/unix-cpy/mpconfigport.h
diff options
context:
space:
mode:
Diffstat (limited to 'unix-cpy/mpconfigport.h')
-rw-r--r--unix-cpy/mpconfigport.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/unix-cpy/mpconfigport.h b/unix-cpy/mpconfigport.h
index 9e3e32bb44..3fc1866772 100644
--- a/unix-cpy/mpconfigport.h
+++ b/unix-cpy/mpconfigport.h
@@ -1,7 +1,8 @@
// options to control how Micro Python is built
-#define MICROPY_ENABLE_FLOAT (1)
#define MICROPY_EMIT_CPYTHON (1)
+#define MICROPY_ENABLE_LEXER_UNIX (1)
+#define MICROPY_ENABLE_FLOAT (1)
// type definitions for the specific machine