Browse Source

+ define USE_NOTHREADMANAGER in the WASI system unit

Nikolay Nikolov 3 years ago
parent
commit
68cd1c3973
1 changed files with 1 additions and 0 deletions
  1. 1 0
      rtl/wasi/system.pp

+ 1 - 0
rtl/wasi/system.pp

@@ -18,6 +18,7 @@ unit system;
 interface
 
 {$define FPC_IS_SYSTEM}
+{$define USE_NOTHREADMANAGER}
 
 {$I systemh.inc}