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
Improve zlib Windows library detection: add libz.lib candidate, error on missing lib, safe cleanup
The existing detection list misses `libz.lib` which zlib 1.3.3+ may produce.
This adds it as a fourth candidate and throws a clear RuntimeException when
no known static library is found, instead of silently continuing with a
broken build.
Also ensures shared-lib cleanup skips whichever file was detected as the
static library, and looks for DLLs in the correct bin/ directory.
0 commit comments