2
0
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:
Jürgen Hunold
2013-11-14 11:22:02 +00:00
parent 08ff8d5cd9
commit 76d4b1b6f1

View File

@@ -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 ;