diff options
| author | Paul Sokolovsky | 2016-06-18 00:16:21 +0300 |
|---|---|---|
| committer | Paul Sokolovsky | 2016-06-18 00:17:18 +0300 |
| commit | 10e5e103937741c1bc42fc978b9fdfb8603f72e7 (patch) | |
| tree | c39546073b4dc118f0a720aefe0357e529a21478 /windows/mpconfigport.mk | |
| parent | 6f8880d0ab92e002e7596578ceb0959f9327bc01 (diff) | |
windows: Follow unix port changes regarding "utime" module.
Diffstat (limited to 'windows/mpconfigport.mk')
| -rw-r--r-- | windows/mpconfigport.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/windows/mpconfigport.mk b/windows/mpconfigport.mk index 3a2c6a6b1..87001d464 100644 --- a/windows/mpconfigport.mk +++ b/windows/mpconfigport.mk @@ -6,8 +6,5 @@ MICROPY_FORCE_32BIT = 0 # Linking with GNU readline causes binary to be licensed under GPL MICROPY_USE_READLINE = 1 -# Subset of CPython time module -MICROPY_PY_TIME = 1 - # ffi module requires libffi (libffi-dev Debian package) MICROPY_PY_FFI = 0 |
