We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ff59bb commit 7b5831cCopy full SHA for 7b5831c
1 file changed
build/Jamfile
@@ -69,6 +69,7 @@ lib boost_http_zlib
69
: http_zlib_sources
70
: requirements
71
<library>/boost/http//boost_http
72
+ <define>BOOST_HTTP_SOURCE
73
[ ac.check-library /zlib//zlib : <library>/zlib//zlib : <build>no ]
74
: usage-requirements
75
@@ -84,6 +85,7 @@ lib boost_http_brotli
84
85
: http_brotli_sources
86
87
88
89
[ ac.check-library /brotli//brotlicommon : <library>/brotli//brotlicommon : <build>no ]
90
[ ac.check-library /brotli//brotlidec : <library>/brotli//brotlidec : <build>no ]
91
[ ac.check-library /brotli//brotlienc : <library>/brotli//brotlienc : <build>no ]
0 commit comments