mirror of
https://github.com/boostorg/filesystem.git
synced 2025-05-12 05:31:49 +00:00
Add global visibility to libboost_filesystem as well
This commit is contained in:
parent
7ba4bfb949
commit
3ae9ac8e27
@ -22,7 +22,9 @@ local VIS ;
|
|||||||
|
|
||||||
if [ os.environ UBSAN ]
|
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 ;
|
run config_info.cpp : : : <link>shared <test-info>always_show_run_output ;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user