mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
1.0.9 used to build static libraries - where have they gone? #491
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kimboslice99 on GitHub (Jan 14, 2024).
brotlicommon-static.lib and brotlienc-static.lib used to be built automatically, what happened to this behavior? how do I get static libraries?
I have tried reading through the issues here and cannot seem to figure it out
Edit: solved, must have been something wrong with my environment as I had tried
-DBUILD_STATIC_LIBS=ONwhich wouldnt work but now it does on another machine