diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-02-03 21:12:02 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-02-03 21:12:02 +0000 |
commit | b17919ecf9b22d87e32f13836e2ff9aa8e222a97 (patch) | |
tree | e895507ce523764f03b97f2bced25845a0ce6b16 /mythfs/unittests/Jamfile.jam | |
parent | Update test fixtures (diff) | |
download | mythfs-0.3.2.tar.bz2 mythfs-0.3.2.tar.xz mythfs-0.3.2.zip |
Remove boost::filesystem in favour of std::filesystemmythfs-0.3.2
Diffstat (limited to 'mythfs/unittests/Jamfile.jam')
-rw-r--r-- | mythfs/unittests/Jamfile.jam | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/mythfs/unittests/Jamfile.jam b/mythfs/unittests/Jamfile.jam index 2272766..ca9c9d6 100644 --- a/mythfs/unittests/Jamfile.jam +++ b/mythfs/unittests/Jamfile.jam @@ -13,8 +13,7 @@ lib testCommon : <library>..//dbppcore <library>..//adhocutil <define>ROOT=\"$(me)\" - <library>..//boost_system - <library>..//boost_filesystem + <library>..//stdc++fs <library>..//netfs-api <library>..//Ice <library>..//IceBox @@ -40,8 +39,7 @@ run fixtures/schema-min.sql : <define>BOOST_TEST_DYN_LINK - <library>..//boost_system - <library>..//boost_filesystem + <library>..//stdc++fs <library>testCommon <library>boost_utf <define>ROOT=\"$(me)\" |