mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-07 23:20:33 +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;
|
||||
if HasOption('get-exe-path') then begin
|
||||
WriteLn(TargetExeName + GetExecutableExt);
|
||||
WriteLn(TargetExeName);
|
||||
exit(true);
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user