mirror of
https://github.com/boostorg/build.git
synced 2026-02-14 12:42:11 +00:00
correct <dll-path> as Qt5 dlls are in bin directory only.
[SVN r86696]
This commit is contained in:
@@ -311,7 +311,7 @@ rule init ( prefix : version ? : condition * : namespace ? : infix ? : full_bin
|
||||
|
||||
if $(link) in shared
|
||||
{
|
||||
usage-requirements += <dll-path>$(.libprefix) ;
|
||||
usage-requirements += <dll-path>$(.binprefix) ;
|
||||
}
|
||||
|
||||
local suffix ;
|
||||
|
||||
Reference in New Issue
Block a user