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:
@@ -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 ;
|
||||
|
||||
Reference in New Issue
Block a user