mirror of
https://github.com/boostorg/config.git
synced 2025-07-30 04:17:16 +02:00
Try and fix *BSD linking errors.
[SVN r50760]
This commit is contained in:
@ -23,6 +23,8 @@ test-suite config
|
||||
<threading>single <toolset>msvc:<runtime-link>static <toolset>msvc:<link>static
|
||||
<target-os>linux:<linkflags>-lpthread
|
||||
<target-os>linux:<linkflags>-lrt
|
||||
<target-os>freebsd:<linkflags>-lpthread
|
||||
<target-os>bsd:<linkflags>-lpthread
|
||||
]
|
||||
[ run config_info.cpp : : : <test-info>always_show_run_output <threading>single <toolset>msvc:<runtime-link>static <toolset>msvc:<link>static ]
|
||||
[ run config_info.cpp : : : <test-info>always_show_run_output <threading>multi : config_info_threaded ]
|
||||
|
Reference in New Issue
Block a user