From 3ae9ac8e27cfa581c10e7b413a250e50b12ece1c Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Wed, 26 Sep 2018 08:29:28 +0300 Subject: [PATCH] Add global visibility to libboost_filesystem as well --- test/Jamfile.v2 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index cbe33e9..d34efb1 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -22,7 +22,9 @@ local VIS ; if [ os.environ UBSAN ] { - VIS = global ; + VIS = global + -/boost/filesystem//boost_filesystem + /boost/filesystem//boost_filesystem/global ; } run config_info.cpp : : : shared always_show_run_output ;