mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-15 07:29:34 +02:00
ide: fppkg: search /usr/lib/cpu-linux-gnu/fpc
This commit is contained in:
parent
e8b2d0f821
commit
b741255ce0
@ -45,7 +45,7 @@ uses
|
||||
StdCtrls,
|
||||
ExtCtrls,
|
||||
// Codetools
|
||||
CodeToolManager,
|
||||
CodeToolManager, DefineTemplates,
|
||||
// IDE
|
||||
IDEProcs,
|
||||
LazConf,
|
||||
@ -169,6 +169,9 @@ begin
|
||||
{$ELSE}
|
||||
CheckPath('/usr/lib/fpc', FpcPrefixCombobox.Items);
|
||||
CheckPath('/usr/lib64/fpc', FpcPrefixCombobox.Items);
|
||||
{$IFDEF Linux}
|
||||
CheckPath('/usr/lib/'+GetCompiledTargetCPU+'-linux-gnu/fpc', FpcPrefixCombobox.Items);
|
||||
{$ENDIF}
|
||||
CheckPath('/usr/local/lib/fpc', FpcPrefixCombobox.Items);
|
||||
CheckPath('/usr/local/lib64/fpc', FpcPrefixCombobox.Items);
|
||||
{$ENDIF WINDOWS}
|
||||
|
Loading…
Reference in New Issue
Block a user