Skip to content

Commit 40c11fd

Browse files
committed
fix build/Jamfile
1 parent 2f3ba21 commit 40c11fd

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

build/Jamfile

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#
99

1010
import ac ;
11-
import ../../config/checks/config : requires ;
11+
import config : requires ;
1212

1313
constant c11-requires :
1414
[ requires
@@ -42,8 +42,6 @@ lib boost_rts
4242
: usage-requirements
4343
;
4444

45-
boost-install boost_rts ;
46-
4745
# Zlib
4846
using zlib ;
4947

@@ -59,8 +57,6 @@ lib boost_rts_zlib
5957
<define>BOOST_RTS_HAS_ZLIB
6058
;
6159

62-
boost-install boost_rts_zlib ;
63-
6460
# Brotli
6561
using brotli ;
6662

@@ -78,4 +74,4 @@ lib boost_rts_brotli
7874
<define>BOOST_RTS_HAS_BROTLI
7975
;
8076

81-
boost-install boost_rts_brotli ;
77+
boost-install boost_rts boost_rts_zlib boost_rts_brotli ;

0 commit comments

Comments
 (0)