mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 19:19:09 +02:00
codetools: fpc src rules: fixed using rules for CPU
git-svn-id: trunk@48320 -
This commit is contained in:
parent
6bb6966509
commit
b05cc70e59
@ -1869,7 +1869,7 @@ begin
|
|||||||
|
|
||||||
// get default targets
|
// get default targets
|
||||||
if Rules=nil then Rules:=DefaultFPCSourceRules;
|
if Rules=nil then Rules:=DefaultFPCSourceRules;
|
||||||
Targets:=Rules.GetDefaultTargets(TargetOS,TargetOS);
|
Targets:=Rules.GetDefaultTargets(TargetOS,TargetCPU);
|
||||||
|
|
||||||
TargetRules:=nil;
|
TargetRules:=nil;
|
||||||
Links:=TAVLTree.Create(@CompareUnitNameLinks);
|
Links:=TAVLTree.Create(@CompareUnitNameLinks);
|
||||||
|
Loading…
Reference in New Issue
Block a user