[Privoxy-commits] [privoxy] branch master updated: fix the zstd include library directory name on the windows build script
User Git
git at git.privoxy.org
Sun Dec 7 19:31:59 CET 2025
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
The following commit(s) were added to refs/heads/master by this push:
new cfb30d72 fix the zstd include library directory name on the windows build script
cfb30d72 is described below
commit cfb30d72c7d1947cfb30c7067ccc6297c49eb7fc
Author: Lee <ler762 at users.sourceforge.net>
AuthorDate: Sun Dec 7 13:30:31 2025 -0500
fix the zstd include library directory name on the windows build script
---
windows/MYconfigure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/windows/MYconfigure b/windows/MYconfigure
index 8555fdef..11222b4a 100755
--- a/windows/MYconfigure
+++ b/windows/MYconfigure
@@ -205,7 +205,7 @@ LDFLAGS="${LDFLAGS} -L${lib}"
# zstd
# Get the zstd library from https://github.com/facebook/zstd
-inc="/source/zstd-1.5.7/"
+inc="/source/zstd-1.5.7/lib"
lib="/source/zstd-1.5.7/lib"
CPPFLAGS="${CPPFLAGS} -I${inc}"
LDFLAGS="${LDFLAGS} -L${lib}"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list