From fec46aff211db5efee73cb8b330d81186e7de5df Mon Sep 17 00:00:00 2001 From: Lee Date: Mon, 30 Dec 2024 18:13:15 -0500 Subject: [PATCH] Use the brotli 1.1.0 library 1.0.9 is no longer the latest & greatest --- windows/MYconfigure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/MYconfigure b/windows/MYconfigure index 8b54d1f3..ff82f390 100755 --- a/windows/MYconfigure +++ b/windows/MYconfigure @@ -177,8 +177,8 @@ MITMOPT="--with-openssl" # brotli # Get the brotli library from https://github.com/google/brotli/releases -inc="/source/brotli-1.0.9/c/include" -lib="/source/brotli-1.0.9/.libs" +inc="/source/brotli-1.1.0/build/installed/include" +lib="/source/brotli-1.1.0/build/installed/lib" BROTLIOPT="--with-brotli" CPPFLAGS="${CPPFLAGS} -I${inc}" LDFLAGS="${LDFLAGS} -L${lib}" -- 2.49.0