TheDan64 / inkwell

It's a New Kind of Wrapper for Exposing LLVM (Safely)
https://thedan64.github.io/inkwell/
Apache License 2.0
2.22k stars 217 forks source link

Can't build due to missing zstd.dll.lib #491

Closed Jianqoq closed 2 months ago

Jianqoq commented 2 months ago

Platform: Windows11,

Have installed zstd but only get zstd.dll and zstd.lib, doesn't have zstd.dll.lib, I have to rename zstd.lib to zstd.dll.lib so that I can build my project. Is this zstd.dll.lib exists? If so, how do I get it?