From ec909c97fa9325543e3f3d5b5ada70f9c4c1d4fa Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Mon, 12 Aug 2024 08:28:38 -0500 Subject: [PATCH] Update build deps. --- test/Jamfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/Jamfile b/test/Jamfile index ba93a28bab..e5e29f0a17 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -25,17 +25,17 @@ project /boost/beast/test darwin:Z_HAVE_UNISTD_H=1 /boost/beast//lib-asio/static on:/boost/beast//lib-beast/static - /boost/filesystem//boost_filesystem - /boost/context//boost_context + /boost/filesystem//boost_filesystem/static + /boost/context//boost_context/static norecover:ucontext norecover:BOOST_USE_ASAN=1 + .. ; lib lib-test : lib_test.cpp : requirements static - .. : usage-requirements extras/include ;