codetools: fixed getdefaultcompiledtargetos

git-svn-id: trunk@23509 -
This commit is contained in:
mattias 2010-01-20 19:04:19 +00:00
parent 4bd6581d25
commit 4f92e05edc

View File

@ -803,7 +803,7 @@ end;
function GetCompiledTargetOS: string;
begin
Result:=lowerCase({$I %FPCTARGETCPU%});
Result:=lowerCase({$I %FPCTARGETOS%});
end;
function GetDefaultCompilerFilename: string;