diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2016-01-24 21:09:32 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2016-01-24 21:09:32 +0000 |
commit | 71acd1f6929ad1cb87019ff03a9cade4b3bdcabc (patch) | |
tree | 9dcf1b58a077a20c5d38b9cf737cadd5f05ad27d /mythfs | |
parent | Use new dryice interface for proxy lookup (diff) | |
download | mythfs-71acd1f6929ad1cb87019ff03a9cade4b3bdcabc.tar.bz2 mythfs-71acd1f6929ad1cb87019ff03a9cade4b3bdcabc.tar.xz mythfs-71acd1f6929ad1cb87019ff03a9cade4b3bdcabc.zip |
Partially tested global visibility hidden in all projects
Diffstat (limited to 'mythfs')
-rw-r--r-- | mythfs/Jamfile.jam | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/mythfs/Jamfile.jam b/mythfs/Jamfile.jam index ef3532b..25d7fb3 100644 --- a/mythfs/Jamfile.jam +++ b/mythfs/Jamfile.jam @@ -16,11 +16,6 @@ lib boost_system ; lib boost_thread ; lib boost_date_time ; -project - : requirements - <cflags>"-fvisibility=hidden" - ; - build-project service ; build-project unittests ; |