mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-01 20:36:08 +02:00
codetools: fpc src rules: fixed using rules for CPU
git-svn-id: branches/fixes_1_4@48321 -
This commit is contained in:
parent
be0275fa99
commit
1beeaf066e
@ -1860,7 +1860,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