Skip to content

Commit 8787f3a

Browse files
committed
Fix Boost.JSON reference for modular library
1 parent b087110 commit 8787f3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/Jamfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ lib boost_http_proto
4141
: requirements
4242
<library>/boost//buffers
4343
<library>/boost//capy
44-
<library>/boost//json
44+
<library>/boost/json//boost_json
4545
<library>/boost//url
4646
<include>../
4747
<define>BOOST_HTTP_PROTO_SOURCE
4848
: usage-requirements
4949
<library>/boost//buffers
5050
<library>/boost//capy
51-
<library>/boost//json
51+
<library>/boost/json//boost_json
5252
<library>/boost//url
5353
;
5454

0 commit comments

Comments
 (0)