Hi, I'm trying to use libdeflate as a static library, so there's no need to redistribute dlls alongside the app.
I have a libdeflate/ directory in my project root, which contains deflate.lib and deflate.h. The program links and compiles, but I get a missing deflate.dll error at runtime.
How do I make it use the static library and not the non-existent dynamic one?