mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 19:19:19 +02:00
Add BeOS as supported target
git-svn-id: trunk@37282 -
This commit is contained in:
parent
9fd998713c
commit
ae44c6332a
@ -9,7 +9,7 @@ uses fpmkunit;
|
||||
procedure add_dblib(const ADirectory: string);
|
||||
|
||||
Const
|
||||
DBLibOSes = [linux,freebsd,netbsd,openbsd,solaris,win32,win64,haiku,android,dragonfly];
|
||||
DBLibOSes = [linux,freebsd,netbsd,openbsd,solaris,win32,win64,haiku,android,dragonfly,beos];
|
||||
|
||||
Var
|
||||
P : TPackage;
|
||||
|
Loading…
Reference in New Issue
Block a user