This commit is contained in:
Basile Burg 2016-11-13 22:08:00 +01:00
parent 88f47a0441
commit 470e193f4d
No known key found for this signature in database
GPG Key ID: 1868039F415CB8CF
1 changed files with 2 additions and 2 deletions

View File

@ -460,8 +460,8 @@ begin
{$IFDEF WINDOWS}
// only link lib file if executable/shared lib
// OS switch: read more @ http://forum.dlang.org/post/ooekdkwrefposmchekrp@forum.dlang.org
if (conf.outputOptions.binaryKind in [executable, sharedlib]) or
conf.outputOptions.alwaysLinkStaticLibs then
if (cfg.outputOptions.binaryKind in [executable, sharedlib]) or
cfg.outputOptions.alwaysLinkStaticLibs then
{$ENDIF}
LibMan.getLibFiles(als, opts);
// but always adds -I<path>