mirror of https://gitlab.com/basile.b/dexed.git
the way outputFilename has to be guesses relies on an incoherence
This commit is contained in:
parent
44698ed724
commit
14565e51b8
|
|
@ -464,6 +464,7 @@ begin
|
||||||
{$IFDEF WINDOWS}
|
{$IFDEF WINDOWS}
|
||||||
// field is specified without ext or with a dot in the name.
|
// field is specified without ext or with a dot in the name.
|
||||||
// DMD will add the ext. (e.g: "-ofresourced")
|
// DMD will add the ext. (e.g: "-ofresourced")
|
||||||
|
// https://issues.dlang.org/show_bug.cgi?id=13989
|
||||||
if fileexists(fOutputFilename + exeExt) then
|
if fileexists(fOutputFilename + exeExt) then
|
||||||
if currentConfiguration.outputOptions.binaryKind = executable then
|
if currentConfiguration.outputOptions.binaryKind = executable then
|
||||||
fOutputFilename := fOutputFilename + exeExt;
|
fOutputFilename := fOutputFilename + exeExt;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue