* Invoke testing on linux requires libffi

This commit is contained in:
Michaël Van Canneyt 2024-03-13 17:32:14 +01:00
parent 52d3a0d5e3
commit 18cf928ed6

View File

@ -4,8 +4,12 @@
program testrunner.rtlobjpas;
{$mode objfpc}{$H+}
{ Invoke needs a function call manager }
{.$define useffi}
{$ifdef linux}
{$define useffi}
{$endif}
{$if defined(CPUX64) and defined(WINDOWS)}
{$define testinvoke}
{$define testimpl}