Removes 3167 linker warnings when compiling for macOS.
Warnings like this one:
ld: warning: direct access in function 'boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)' from file '/Users/rex/bitcoin/depends/x86_64-apple-darwin19.0.0/lib/libboost_filesystem-mt-x64.a(operations.o)' to global weak symbol 'boost::system::generic_category()::generic_category_instance' from file 'libbitcoin_util.a(libbitcoin_util_a-time.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.