mirror of https://gitlab.com/basile.b/dexed.git
fix #66, View project cmd line always indicates dmd, even if ldmd2 or gdmd is used
This commit is contained in:
parent
b3e03cf168
commit
3ed5aa4de8
|
@ -976,7 +976,7 @@ var
|
|||
begin
|
||||
str := TStringList.Create;
|
||||
try
|
||||
str.Add('dmd' + exeExt);
|
||||
str.Add(NativeProjectCompilerFilename.extractFileName);
|
||||
getOpts(str);
|
||||
result := str.Text;
|
||||
finally
|
||||
|
|
Loading…
Reference in New Issue