mirror of https://gitlab.com/basile.b/dexed.git
fix #103
This commit is contained in:
parent
88f47a0441
commit
470e193f4d
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue