diff options
Diffstat (limited to 'Jamroot.jam')
-rw-r--r-- | Jamroot.jam | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index 5fae5b6..12b3750 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -42,9 +42,7 @@ lib dbppcore : : : : <include>/usr/include/dbpp ; lib Ice : : <name>Ice++11 ; lib pthread ; lib IceBox : : <name>IceBox++11 ; -lib boost_filesystem ; -lib boost_system ; -lib boost_thread ; +lib stdc++fs ; lib boost_date_time ; lib xml2 : : : : <include>/usr/include/libxml2 ; |