2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 00:52:16 +00:00

Merge 86787 from trunk: Fix: shared libraries are in .../lib on most platforms and only in .../bin on Windows.

[SVN r86790]
This commit is contained in:
Jürgen Hunold
2013-11-23 09:13:10 +00:00
parent 50e09fb39a
commit c2574b2d5a

View File

@@ -311,7 +311,8 @@ rule init ( prefix : version ? : condition * : namespace ? : infix ? : full_bin
if $(link) in shared
{
usage-requirements += <dll-path>$(.binprefix) ;
usage-requirements += <dll-path>$(.libprefix) ;
usage-requirements += <target-os>windows:<dll-path>$(.binprefix) ;
}
local suffix ;