+ added SKIPTARGET=macos

This commit is contained in:
olle 2005-01-04 21:57:02 +00:00
parent eca0cb266f
commit 24833fe874
2 changed files with 4 additions and 1 deletions

View File

@ -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 }

View File

@ -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;