Skip to content

Commit cdec398

Browse files
committed
no libsystem in 1.71
1 parent e95f0ae commit cdec398

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

lib/jamfile

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,24 @@ lib dl ;
55
lib rt ;
66

77
lib boost_date_time ;
8-
lib boost_system ;
8+
#lib boost_system ;
99
lib boost_program_options ;
1010
lib boost_context ;
1111
lib boost_atomic ;
1212

1313
lib boost_unit_test_framework ;
1414
lib boost_test_exec_monitor ;
1515

16-
lib boost_chrono : boost_system : <name>boost_chrono ;
16+
#lib boost_chrono : boost_system : <name>boost_chrono ;
17+
lib boost_chrono : : <name>boost_chrono ;
18+
1719
lib boost_timer : boost_chrono : <name>boost_timer ;
18-
lib boost_filesystem : boost_system : <name>boost_filesystem ;
20+
21+
#lib boost_filesystem : boost_system : <name>boost_filesystem ;
22+
lib boost_filesystem : : <name>boost_filesystem ;
23+
1924
lib boost_thread : boost_chrono : <name>boost_thread ;
2025

21-
lib boost_coroutine : boost_context boost_system : <name>boost_coroutine ;
26+
#lib boost_coroutine : boost_context boost_system : <name>boost_coroutine ;
27+
lib boost_coroutine : boost_context : <name>boost_coroutine ;
2228

os/jamfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
unit-test system : system.cpp
3-
/lib//boost_system
43
;
4+
# /lib//boost_system
55

66
unit-test chrono : chrono.cpp
77
#/lib//boost_chrono

0 commit comments

Comments
 (0)