Skip to content

Commit

Permalink
Add global visibility to libboost_filesystem as well
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Sep 26, 2018
1 parent 7ba4bfb commit 3ae9ac8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/Jamfile.v2
Expand Up @@ -22,7 +22,9 @@ local VIS ;

if [ os.environ UBSAN ]
{
VIS = <visibility>global ;
VIS = <visibility>global
-<library>/boost/filesystem//boost_filesystem
<library>/boost/filesystem//boost_filesystem/<visibility>global ;
}

run config_info.cpp : : : <link>shared <test-info>always_show_run_output ;
Expand Down

0 comments on commit 3ae9ac8

Please sign in to comment.