Browse Source

windows: Enable moduzlib instead of modzlibd.

pull/905/head
Paul Sokolovsky 10 years ago
parent
commit
e6c5a63fab
  1. 2
      windows/mpconfigport.h

2
windows/mpconfigport.h

@ -57,7 +57,7 @@
#define MICROPY_PY_GC_COLLECT_RETVAL (1)
#define MICROPY_PY_UCTYPES (1)
#define MICROPY_PY_ZLIBD (1)
#define MICROPY_PY_UZLIB (1)
#define MICROPY_PY_UJSON (1)
#define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_DETAILED)

Loading…
Cancel
Save