mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 19:19:24 +02:00
* Invoke testing on linux requires libffi
This commit is contained in:
parent
52d3a0d5e3
commit
18cf928ed6
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user