fix #47 - compiling a dub project with LDC uses LDMD2

This commit is contained in:
Basile Burg 2020-06-12 20:37:59 +02:00
parent 5a31186186
commit 7932fb6382
1 changed files with 1 additions and 1 deletions

View File

@ -1166,7 +1166,7 @@ begin
if (fConfigs.Count <> 1) and (fConfigs[0] <> DubDefaultConfigName) then
fDubProc.Parameters.Add('--config=' + fConfigs[fConfigIx]);
end;
d := fCompilerSelector.getCompilerPath(DubCompiler, true);
d := fCompilerSelector.getCompilerPath(DubCompiler, false);
if not d.fileExists then
begin
fMsgs.message(format('error, the compiler path for `%s` does not seem valid',