Ver código fonte

+ added wasi to the list of targets without thread support

Nikolay Nikolov 3 anos atrás
pai
commit
9579759f01
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      tests/utils/dotest.pp

+ 1 - 1
tests/utils/dotest.pp

@@ -123,7 +123,7 @@ const
   NoWorkingUnicodeSupport='$nounicode';
   TargetHasNoWorkingUnicodeSupport = 'msdos';
   NoWorkingThread='$nothread';
-  TargetHasNoWorkingThreadSupport = 'go32v2,msdos';
+  TargetHasNoWorkingThreadSupport = 'go32v2,msdos,wasi';
 
 procedure TranslateConfig(var AConfig: TConfig);
 begin