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. --- src/Jamfile.jam | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Jamfile.jam') diff --git a/src/Jamfile.jam b/src/Jamfile.jam index 40ec28e..637ddb8 100644 --- a/src/Jamfile.jam +++ b/src/Jamfile.jam @@ -1,6 +1,7 @@ lib webstat : ingestor.cpp logTypes.cpp : . ../thirdparty//scn + ..//z : : . ; -- cgit v1.2.3