summaryrefslogtreecommitdiff
path: root/mythfs/service/Jamfile.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2019-02-03 21:12:02 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2019-02-03 21:12:02 +0000
commitb17919ecf9b22d87e32f13836e2ff9aa8e222a97 (patch)
treee895507ce523764f03b97f2bced25845a0ce6b16 /mythfs/service/Jamfile.jam
parentUpdate test fixtures (diff)
downloadmythfs-b17919ecf9b22d87e32f13836e2ff9aa8e222a97.tar.bz2
mythfs-b17919ecf9b22d87e32f13836e2ff9aa8e222a97.tar.xz
mythfs-b17919ecf9b22d87e32f13836e2ff9aa8e222a97.zip
Remove boost::filesystem in favour of std::filesystemmythfs-0.3.2
Diffstat (limited to 'mythfs/service/Jamfile.jam')
-rw-r--r--mythfs/service/Jamfile.jam3
1 files changed, 1 insertions, 2 deletions
diff --git a/mythfs/service/Jamfile.jam b/mythfs/service/Jamfile.jam
index 433deb2..2fb7661 100644
--- a/mythfs/service/Jamfile.jam
+++ b/mythfs/service/Jamfile.jam
@@ -8,8 +8,7 @@ lib mythfs++11 :
<library>..//netfs-api
<library>..//adhocutil
<library>..//dbppcore
- <library>..//boost_system
- <library>..//boost_filesystem
+ <library>..//stdc++fs
<library>..//boost_date_time
<library>..//Ice
<library>..//IceBox