We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f3ba21 commit 40c11fdCopy full SHA for 40c11fd
1 file changed
build/Jamfile
@@ -8,7 +8,7 @@
8
#
9
10
import ac ;
11
-import ../../config/checks/config : requires ;
+import config : requires ;
12
13
constant c11-requires :
14
[ requires
@@ -42,8 +42,6 @@ lib boost_rts
42
: usage-requirements
43
;
44
45
-boost-install boost_rts ;
46
-
47
# Zlib
48
using zlib ;
49
@@ -59,8 +57,6 @@ lib boost_rts_zlib
59
57
<define>BOOST_RTS_HAS_ZLIB
60
58
61
62
-boost-install boost_rts_zlib ;
63
64
# Brotli
65
using brotli ;
66
@@ -78,4 +74,4 @@ lib boost_rts_brotli
78
74
<define>BOOST_RTS_HAS_BROTLI
79
75
80
76
81
-boost-install boost_rts_brotli ;
77
+boost-install boost_rts boost_rts_zlib boost_rts_brotli ;
0 commit comments