diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-02-03 21:27:07 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-02-03 21:27:07 +0000 |
commit | 5d36b5d6e222bebdd506d296b22ba7273fb1c2e5 (patch) | |
tree | 0467600223bde5e5f305511092c4c87e92635a67 /Jamroot.jam | |
parent | Update to new PluginMock interface (diff) | |
download | mirrorsearch-5d36b5d6e222bebdd506d296b22ba7273fb1c2e5.tar.bz2 mirrorsearch-5d36b5d6e222bebdd506d296b22ba7273fb1c2e5.tar.xz mirrorsearch-5d36b5d6e222bebdd506d296b22ba7273fb1c2e5.zip |
Remove boost::filesystem in favour of std::filesystemmirrorsearch-0.2.1
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 ; |