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
|
begin
|
||||||
str := TStringList.Create;
|
str := TStringList.Create;
|
||||||
try
|
try
|
||||||
str.Add('dmd' + exeExt);
|
str.Add(NativeProjectCompilerFilename.extractFileName);
|
||||||
getOpts(str);
|
getOpts(str);
|
||||||
result := str.Text;
|
result := str.Text;
|
||||||
finally
|
finally
|
||||||
|
|
Loading…
Reference in New Issue