From 7f7c7aa76a34adbdb36a82c5a5c8b93805faee0b Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sun, 20 Apr 2014 22:20:48 +0300 Subject: windows: Unbreak mingw32 build (cross-compiling under Linux). --- windows/mpconfigport.mk | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 windows/mpconfigport.mk (limited to 'windows/mpconfigport.mk') diff --git a/windows/mpconfigport.mk b/windows/mpconfigport.mk new file mode 100644 index 000000000..458f23dd1 --- /dev/null +++ b/windows/mpconfigport.mk @@ -0,0 +1,13 @@ +# Enable/disable modules and 3rd-party libs to be included in interpreter + +# Build 32-bit binaries on a 64-bit host +MICROPY_FORCE_32BIT = 0 + +# Linking with GNU readline causes binary to be licensed under GPL +MICROPY_USE_READLINE = 0 + +# Subset of CPython time module +MICROPY_MOD_TIME = 1 + +# ffi module requires libffi (libffi-dev Debian package) +MICROPY_MOD_FFI = 0 -- cgit v1.2.3