summaryrefslogtreecommitdiff
path: root/mythfs
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2016-01-24 21:09:32 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2016-01-24 21:09:32 +0000
commit71acd1f6929ad1cb87019ff03a9cade4b3bdcabc (patch)
tree9dcf1b58a077a20c5d38b9cf737cadd5f05ad27d /mythfs
parentUse new dryice interface for proxy lookup (diff)
downloadmythfs-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.jam5
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 ;