File tree Expand file tree Collapse file tree 1 file changed +2
-28
lines changed Expand file tree Collapse file tree 1 file changed +2
-28
lines changed Original file line number Diff line number Diff line change @@ -17,34 +17,8 @@ tar -xf boost_$BOOST_VERSION_DASH.tar.gz
17
17
cd boost_$BOOST_VERSION_DASH
18
18
sh bootstrap.sh
19
19
20
- ./b2 install $BOOST_VARIANT variant=$BOOST_VARIANT debug-symbols=$DEBUG \
21
- --with-json \
22
- --with-thread \
23
- --with-headers \
24
- --with-coroutine \
25
- --with-iostreams \
26
- --with-system \
27
- --with-regex \
28
- --with-system \
29
- --with-serialization \
30
- --with-program_options \
31
- --with-exception \
32
- --with-contract \
33
- --with-container \
34
- --with-context \
35
- --with-chrono \
36
- --with-locale \
37
- --with-thread \
38
- --with-test \
39
- --with-timer \
40
- --with-random \
41
- --with-charconv \
42
- --with-fiber \
43
- --with-atomic \
44
- --with-filesystem \
45
- --with-date_time \
46
- --with-url
20
+ ./b2 install $BOOST_VARIANT variant=$BOOST_VARIANT debug-symbols=$DEBUG
47
21
48
22
cd ..
49
23
rm boost_$BOOST_VERSION_DASH -rf
50
- rm boost_$BOOST_VERSION_DASH .tar.gz
24
+ rm boost_$BOOST_VERSION_DASH .tar.gz
You can’t perform that action at this time.
0 commit comments