Преглед на файлове

* fixed compilation of tests.rtti.attrtypes2.pp on the WASI platform

Nikolay Nikolov преди 2 седмици
родител
ревизия
f53b738089
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      packages/rtl-objpas/tests/tests.rtti.attrtypes2.pp

+ 1 - 1
packages/rtl-objpas/tests/tests.rtti.attrtypes2.pp

@@ -10,7 +10,7 @@ uses
   SysUtils,
   SysUtils,
   TypInfo,
   TypInfo,
   Rtti
   Rtti
-  {$ifndef Windows},
+  {$if not defined(Windows) and not defined(WASI)},
   ffi.manager
   ffi.manager
   {$endif};
   {$endif};