mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-11 14:20:02 +02:00
ide: added /usr/local/share/fpcsrc/$(FPCVer) to default fpcsrc folders
This commit is contained in:
parent
fee512f76c
commit
7b8965e768
@ -24,9 +24,10 @@
|
||||
}
|
||||
|
||||
const
|
||||
DefaultFPCSrcDirs: array[1..15] of string = (
|
||||
DefaultFPCSrcDirs: array[1..16] of string = (
|
||||
// search first for sources with right version
|
||||
'/usr/share/fpcsrc/$(FPCVer)',
|
||||
'/usr/local/share/fpcsrc/$(FPCVer)',
|
||||
// then search for global paths
|
||||
'/usr/share/fpcsrc',
|
||||
'/usr/local/share/fpcsrc',
|
||||
|
Loading…
Reference in New Issue
Block a user