mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 17:06:14 +02:00
+ added SKIPTARGET=macos
This commit is contained in:
parent
eca0cb266f
commit
24833fe874
@ -1,4 +1,5 @@
|
||||
{ %NORUN }
|
||||
{ %SKIPTARGET=macos }
|
||||
|
||||
{ The .so of the library needs to be in the current dir when
|
||||
testing the loading at runtime }
|
||||
|
@ -1,4 +1,6 @@
|
||||
{ %SKIPTARGET=macos Crashes when assembling, linking or running}
|
||||
{ %SKIPTARGET=macos }
|
||||
{ On macos, PPCAsm chokes on this and crashes}
|
||||
|
||||
type
|
||||
de10_eqn_vector = array [1..10] of double;
|
||||
de10_func = function : double;
|
||||
|
Loading…
Reference in New Issue
Block a user