* patch by Lipinast Lekrisov: fix building ffi.pp on macOS, resolves

This commit is contained in:
florian 2024-11-21 22:01:29 +01:00
parent 3c6f111209
commit 09f3600cc4

View File

@ -43,6 +43,10 @@
unit ffi;
{$ENDIF FPC_DOTTEDUNITS}
{$IFDEF Darwin}
{$LinkLib ffi}
{$ENDIF}
interface
{$IFDEF FPC_DOTTEDUNITS}