From a9121c259bd289ac1f073570930571b284cd0de8 Mon Sep 17 00:00:00 2001 From: Mohammad Nejati Date: Sun, 1 Sep 2024 08:04:14 +0000 Subject: [PATCH] `boost_json` links` statically --- example/http/client/body/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/http/client/body/Jamfile b/example/http/client/body/Jamfile index 9ee1b5efa6..49af0340f5 100644 --- a/example/http/client/body/Jamfile +++ b/example/http/client/body/Jamfile @@ -11,5 +11,5 @@ exe json_client : json_client.cpp : coverage:no ubasan:no - /boost/json//boost_json + /boost/json//boost_json/static ;