mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 09:56:12 +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
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
db, process, simpleipc, eventlog, XMLConf, sqldb, LazarusPackageIntf;
|
db, process, simpleipc, eventlog, XMLConf, {$ifndef HASAMIGA}sqldb,{$endif} LazarusPackageIntf;
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user