You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update nod: fix MSVC library name resolution for zlib
The Corrosion link wrapper was hardcoding OUTPUT_NAME to "z",
causing -lz on MSVC which looks for z.lib. vcpkg zlib is named
zlib.lib. Now derives the name from the actual filename.
0 commit comments