$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Including a system link library for every test, but only on mingw-w64 builds?
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2017-11-06 21:03:13
AMDG
On 11/06/2017 01:48 PM, James E. King, III via Boost wrote:
> Is BOOST_AUTO_LINK supposed to work on mingw-w64 builds with gcc? I'm
> guessing not since I believe this is a MSVC concept, so I am looking for a
> bjam recipe that will allow me to add the link library bcrypt.lib to all of
> the tests in a project's test directory if the build is on a windows system
> and not using msvc toolset. Are these any examples out there?
>
The conditional would look like
<toolset>gcc,<target-os>windows:...
In Christ,
Steven Watanabe