diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2017-07-24 21:31:54 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2017-07-24 21:31:54 +0100 |
commit | a478cbc53c64ff1d8ead6e7d607dbe58818ed268 (patch) | |
tree | 4ed25f3549ecf4aaad65dcb8ea399f7396c66632 /mythfs/unittests/Jamfile.jam | |
parent | Standalone split (diff) | |
download | mythfs-a478cbc53c64ff1d8ead6e7d607dbe58818ed268.tar.bz2 mythfs-a478cbc53c64ff1d8ead6e7d607dbe58818ed268.tar.xz mythfs-a478cbc53c64ff1d8ead6e7d607dbe58818ed268.zip |
Re-enable -flto and use newly named netfs-api.so
Diffstat (limited to 'mythfs/unittests/Jamfile.jam')
-rw-r--r-- | mythfs/unittests/Jamfile.jam | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mythfs/unittests/Jamfile.jam b/mythfs/unittests/Jamfile.jam index af84969..a76d1ec 100644 --- a/mythfs/unittests/Jamfile.jam +++ b/mythfs/unittests/Jamfile.jam @@ -20,7 +20,7 @@ lib testCommon : <define>ROOT=\"$(me)\" <library>..//boost_system <library>..//boost_filesystem - <library>..//netfsComms + <library>..//netfs-api <library>..//IceUtil <library>..//Ice <library>..//IceBox |