Skip to content

Commit e6c5a63

Browse files
committed
windows: Enable moduzlib instead of modzlibd.
1 parent 4b71c05 commit e6c5a63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windows/mpconfigport.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
#define MICROPY_PY_GC_COLLECT_RETVAL (1)
5858

5959
#define MICROPY_PY_UCTYPES (1)
60-
#define MICROPY_PY_ZLIBD (1)
60+
#define MICROPY_PY_UZLIB (1)
6161
#define MICROPY_PY_UJSON (1)
6262

6363
#define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_DETAILED)

0 commit comments

Comments
 (0)