fix #66, View project cmd line always indicates dmd, even if ldmd2 or gdmd is used

This commit is contained in:
Basile Burg 2016-06-01 19:37:16 +02:00
parent b3e03cf168
commit 3ed5aa4de8
1 changed files with 1 additions and 1 deletions

View File

@ -976,7 +976,7 @@ var
begin
str := TStringList.Create;
try
str.Add('dmd' + exeExt);
str.Add(NativeProjectCompilerFilename.extractFileName);
getOpts(str);
result := str.Text;
finally