From 10b19d747805e4fd1323455dae419091500efc18 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 23 Aug 2025 15:28:56 +0100 Subject: Add helpers for hashing values extracted from log input zlib's crc32 used here, the interface is a bit C and as a result a bit casty, but it'll work. --- Jamroot.jam | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Jamroot.jam') diff --git a/Jamroot.jam b/Jamroot.jam index c2f41d7..5894a7d 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -3,6 +3,8 @@ import testing ; build-project src ; build-project test ; +lib z : : shared ; + project webstat : requirements 26 hidden -- cgit v1.2.3