From 7be9d5d52156ceab8a4b3d19dba066ddd8526da5 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Mon, 5 Aug 2024 23:18:51 -0500 Subject: [PATCH] Update build deps. --- example/Jamfile.v2 | 1 + test/Jamfile.v2 | 1 + 2 files changed, 2 insertions(+) diff --git a/example/Jamfile.v2 b/example/Jamfile.v2 index acb8dcb1..752db5c3 100644 --- a/example/Jamfile.v2 +++ b/example/Jamfile.v2 @@ -10,6 +10,7 @@ import testing ; project : requirements + /boost/pool//boost_pool /boost/system//boost_system BOOST_ALL_NO_LIB=1 msvc:_SCL_SECURE_NO_WARNINGS diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 18dc42e1..91f9ac9d 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -6,6 +6,7 @@ project : requirements + /boost/pool//boost_pool /boost/system//boost_system BOOST_ALL_NO_LIB=1 all