mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 01:19:35 +02:00
* patch by Lipinast Lekrisov: fix building ffi.pp on macOS, resolves #41035
This commit is contained in:
parent
3c6f111209
commit
09f3600cc4
@ -43,6 +43,10 @@
|
||||
unit ffi;
|
||||
{$ENDIF FPC_DOTTEDUNITS}
|
||||
|
||||
{$IFDEF Darwin}
|
||||
{$LinkLib ffi}
|
||||
{$ENDIF}
|
||||
|
||||
interface
|
||||
|
||||
{$IFDEF FPC_DOTTEDUNITS}
|
||||
|
Loading…
Reference in New Issue
Block a user