From d3ebe4829d920542e5af462e75179e4f0cadb946 Mon Sep 17 00:00:00 2001 From: Damien George Date: Tue, 7 Jan 2014 15:20:33 +0000 Subject: Factor and simplify Makefile's and mpconfig, part 2. --- unix-cpy/mpconfigport.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'unix-cpy') diff --git a/unix-cpy/mpconfigport.h b/unix-cpy/mpconfigport.h index 9e3e32bb4..3fc186677 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 -- cgit v1.2.3