mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 12:59:24 +02:00
+ fpterm: enabled compilation of unit FpTerm.InputOutputConnection.UnixPTY on OpenBSD
This commit is contained in:
parent
e035f67339
commit
d01efd153c
@ -30,7 +30,7 @@ Const
|
||||
PtcKvmOSes = [linux,win32,win64,go32v2,macosx,openbsd,freebsd];
|
||||
|
||||
// OSes that have unix98pty and termio units
|
||||
UnixPtyOSes = [linux];
|
||||
UnixPtyOSes = [linux,openbsd];
|
||||
|
||||
Var
|
||||
P : TPackage;
|
||||
|
Loading…
Reference in New Issue
Block a user