diff options
| author | Damien George | 2019-10-22 01:08:27 +1100 |
|---|---|---|
| committer | Damien George | 2019-10-22 16:23:43 +1100 |
| commit | 1582c7eeb0707acc5d645c0a5a9e59d14ff7c8be (patch) | |
| tree | 1218e609dbca0fb4f0df796d03beadc75ecd642a /ports/windows | |
| parent | d2384efa809953152c57cbda4c339dfbaa64cf29 (diff) | |
unix,windows: Enable module weak links.
Diffstat (limited to 'ports/windows')
| -rw-r--r-- | ports/windows/mpconfigport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/windows/mpconfigport.h b/ports/windows/mpconfigport.h index 1a9842609..fae01d74e 100644 --- a/ports/windows/mpconfigport.h +++ b/ports/windows/mpconfigport.h @@ -60,6 +60,7 @@ #define MICROPY_STREAMS_POSIX_API (1) #define MICROPY_OPT_COMPUTED_GOTO (0) #define MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE (1) +#define MICROPY_MODULE_WEAK_LINKS (1) #define MICROPY_CAN_OVERRIDE_BUILTINS (1) #define MICROPY_PY_FUNCTION_ATTRS (1) #define MICROPY_PY_DESCRIPTORS (1) |
