Skip to content

Commit

Permalink
Update Jamfile to apply proper macro for zlib
Browse files Browse the repository at this point in the history
  • Loading branch information
cmazakas committed Jan 9, 2024
1 parent cbe001b commit 186c5c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Jamfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ project boost/http_proto
$(c11-requires)
<link>shared:<define>BOOST_HTTP_PROTO_DYN_LINK=1
<link>static:<define>BOOST_HTTP_PROTO_STATIC_LINK=1
[ ac.check-library /zlib//zlib : <library>/zlib//zlib <define>BOOST_HTTP_PROTO_HAS_ZLIB : ]
[ ac.check-library /zlib//zlib : <library>/zlib//zlib <define>BOOST_HTTP_PROTO_HAS_ZLIB <define>BOOST_HTTP_PROTO_ZLIB_SOURCE : ]
<define>BOOST_HTTP_PROTO_SOURCE
: usage-requirements
<link>shared:<define>BOOST_HTTP_PROTO_DYN_LINK=1
Expand Down

0 comments on commit 186c5c4

Please sign in to comment.