Skip to content

Commit b0bbd9c

Browse files
committed
zlib changed their windows library names
* config/zlib.mpb:
1 parent 2488dd1 commit b0bbd9c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

config/zlib.mpb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ feature(zlib) {
1414
macros += ZLIB
1515

1616
specific(prop:windows) {
17-
Debug::lit_libs += zlibd
18-
Release::lit_libs += zlib
17+
Debug::lit_libs += zd
18+
Release::lit_libs += z
1919
} else {
2020
lit_libs += z
2121
}

0 commit comments

Comments
 (0)