mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-18 15:39:21 +02:00
LazBuild: Remove an extra executable extension.
This commit is contained in:
parent
75fa62cc6d
commit
0ac64cef52
@ -837,7 +837,7 @@ var
|
|||||||
|
|
||||||
TargetExeName := Project1.CompilerOptions.CreateTargetFilename;
|
TargetExeName := Project1.CompilerOptions.CreateTargetFilename;
|
||||||
if HasOption('get-exe-path') then begin
|
if HasOption('get-exe-path') then begin
|
||||||
WriteLn(TargetExeName + GetExecutableExt);
|
WriteLn(TargetExeName);
|
||||||
exit(true);
|
exit(true);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user