mirror of
https://github.com/openappsec/attachment.git
synced 2026-01-17 16:00:26 +03:00
add brotli
This commit is contained in:
@@ -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" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user