From 58daab21cd043e1dc37024a7f99b396788372918 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 9 Mar 2024 14:19:48 +0100 Subject: Merging upstream version 1.44.3. Signed-off-by: Daniel Baumann --- web/server/h2o/libh2o/deps/picohttpparser/Jamfile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 web/server/h2o/libh2o/deps/picohttpparser/Jamfile (limited to 'web/server/h2o/libh2o/deps/picohttpparser/Jamfile') diff --git a/web/server/h2o/libh2o/deps/picohttpparser/Jamfile b/web/server/h2o/libh2o/deps/picohttpparser/Jamfile new file mode 100644 index 000000000..5acbe55d0 --- /dev/null +++ b/web/server/h2o/libh2o/deps/picohttpparser/Jamfile @@ -0,0 +1,7 @@ +project picohttpparser ; + +lib picohttpparser : picohttpparser.c ; + +unit-test test + : picohttpparser picotest/picotest.c test.c + : prove ; -- cgit v1.2.3