From b2416925f8845b70ed25fb4ec7cde8ef11e8c239 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Thu, 21 Aug 2025 20:39:52 +0100 Subject: Initial commit; basic Apache log parsing --- thirdparty/Jamfile.jam | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 thirdparty/Jamfile.jam (limited to 'thirdparty/Jamfile.jam') diff --git a/thirdparty/Jamfile.jam b/thirdparty/Jamfile.jam new file mode 100644 index 0000000..95481b6 --- /dev/null +++ b/thirdparty/Jamfile.jam @@ -0,0 +1,17 @@ +path-constant inc : scnlib/include ; + +lib scn : + scnlib/src/scn/impl.cpp + : + scnlib/src + SCN_DISABLE_FAST_FLOAT + SCN_DISABLE_REGEX + off + -debug\:on + off + -isystem\ $(inc) + : : + SCN_DISABLE_FAST_FLOAT + SCN_DISABLE_REGEX + -isystem\ $(inc) + ; -- cgit v1.2.3