@@ -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}
+{ On macos, PPCAsm chokes on this and crashes}
+
type
de10_eqn_vector = array [1..10] of double;
de10_func = function : double;