mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 23:19:24 +02:00
* fixes sqlite package for FreeBSD (and possibly other BSDs)
git-svn-id: trunk@3423 -
This commit is contained in:
parent
4ed1f3657f
commit
68c2eb7a75
@ -1,5 +1,11 @@
|
||||
{$mode objfpc}
|
||||
|
||||
{$ifdef bsd}
|
||||
{$linklib c}
|
||||
{$endif}
|
||||
|
||||
unit sqlite;
|
||||
|
||||
interface
|
||||
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user