mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 20:49:26 +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;
|
unit ffi;
|
||||||
{$ENDIF FPC_DOTTEDUNITS}
|
{$ENDIF FPC_DOTTEDUNITS}
|
||||||
|
|
||||||
|
{$IFDEF Darwin}
|
||||||
|
{$LinkLib ffi}
|
||||||
|
{$ENDIF}
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
{$IFDEF FPC_DOTTEDUNITS}
|
{$IFDEF FPC_DOTTEDUNITS}
|
||||||
|
Loading…
Reference in New Issue
Block a user