Skip to content

Commit

Permalink
Correct call to boost-install
Browse files Browse the repository at this point in the history
  • Loading branch information
cmazakas committed Jan 17, 2024
1 parent fffda01 commit 3de809f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build/Jamfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ lib boost_http_proto
<library>/boost//url
;

boost-install boost_http_proto ;

alias http_proto_zlib_sources : [ path.glob-tree $(HTTP_PROTO_ROOT)/src_zlib : *.cpp ] ;

explicit http_proto_zlib_sources ;
Expand All @@ -58,4 +56,4 @@ lib boost_http_proto_zlib
<library>/boost/http_proto//boost_http_proto
;

boost-install boost_http_proto_zlib ;
boost-install boost_http_proto boost_http_proto_zlib ;

0 comments on commit 3de809f

Please sign in to comment.