add brotli

This commit is contained in:
wiaamm
2026-01-15 11:40:14 +02:00
parent 903b038210
commit bd576688a9

View File

@@ -51,7 +51,7 @@ build = {
"external/" "external/"
}, },
defines = { "_GNU_SOURCE", "ZLIB_CONST" }, defines = { "_GNU_SOURCE", "ZLIB_CONST" },
libraries = { "pthread", "z", "rt", "stdc++" }, libraries = { "pthread", "z", "rt", "stdc++", "brotlienc", "brotlidec", "brotlicommon" },
ldflags = { "-static-libstdc++", "-static-libgcc" } ldflags = { "-static-libstdc++", "-static-libgcc" }
} }
} }