mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 16:56:01 +02:00
Amiga: restore compilation of FCL package for Amiga likes
after removal of sqldb from FPC compilation
This commit is contained in:
parent
92a3cb0df8
commit
88cffcb74e
@ -8,7 +8,7 @@ unit fcllaz;
|
||||
interface
|
||||
|
||||
uses
|
||||
db, process, simpleipc, eventlog, XMLConf, sqldb, LazarusPackageIntf;
|
||||
db, process, simpleipc, eventlog, XMLConf, {$ifndef HASAMIGA}sqldb,{$endif} LazarusPackageIntf;
|
||||
|
||||
implementation
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user