mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-05 07:58:37 +01:00
codetools: fixed getdefaultcompiledtargetos
git-svn-id: trunk@23509 -
This commit is contained in:
parent
4bd6581d25
commit
4f92e05edc
@ -803,7 +803,7 @@ end;
|
||||
|
||||
function GetCompiledTargetOS: string;
|
||||
begin
|
||||
Result:=lowerCase({$I %FPCTARGETCPU%});
|
||||
Result:=lowerCase({$I %FPCTARGETOS%});
|
||||
end;
|
||||
|
||||
function GetDefaultCompilerFilename: string;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user