diff --git a/BUILD b/BUILD index 1c49ceb..31b0b3e 100644 --- a/BUILD +++ b/BUILD @@ -86,6 +86,7 @@ cc_library( srcs = [":enc_sources"], hdrs = [":enc_headers"], copts = STRICT_C_OPTIONS, + linkopts = ["-lm"], deps = [":brotli_common"], )