mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-20 13:29:14 +02:00
* Invoke testing on linux requires libffi
This commit is contained in:
parent
52d3a0d5e3
commit
18cf928ed6
@ -4,8 +4,12 @@
|
|||||||
program testrunner.rtlobjpas;
|
program testrunner.rtlobjpas;
|
||||||
|
|
||||||
{$mode objfpc}{$H+}
|
{$mode objfpc}{$H+}
|
||||||
|
|
||||||
{ Invoke needs a function call manager }
|
{ Invoke needs a function call manager }
|
||||||
{.$define useffi}
|
{$ifdef linux}
|
||||||
|
{$define useffi}
|
||||||
|
{$endif}
|
||||||
|
|
||||||
{$if defined(CPUX64) and defined(WINDOWS)}
|
{$if defined(CPUX64) and defined(WINDOWS)}
|
||||||
{$define testinvoke}
|
{$define testinvoke}
|
||||||
{$define testimpl}
|
{$define testimpl}
|
||||||
|
Loading…
Reference in New Issue
Block a user