mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 09:39:31 +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
|
||||
if Rules=nil then Rules:=DefaultFPCSourceRules;
|
||||
Targets:=Rules.GetDefaultTargets(TargetOS,TargetOS);
|
||||
Targets:=Rules.GetDefaultTargets(TargetOS,TargetCPU);
|
||||
|
||||
TargetRules:=nil;
|
||||
Links:=TAVLTree.Create(@CompareUnitNameLinks);
|
||||
|
Loading…
Reference in New Issue
Block a user