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