瀏覽代碼

* Add cthreads

Michaël Van Canneyt 2 年之前
父節點
當前提交
262948f06d
共有 1 個文件被更改,包括 5 次插入1 次删除
  1. 5 1
      utils/wasmbin/fpmake.pp

+ 5 - 1
utils/wasmbin/fpmake.pp

@@ -2,7 +2,11 @@
 {$mode objfpc}{$H+}
 {$mode objfpc}{$H+}
 program fpmake;
 program fpmake;
 
 
-uses fpmkunit;
+uses 
+  {$ifdef unix}
+  cthreads,
+  {$endif}
+  fpmkunit;
 {$endif ALLPACKAGES}
 {$endif ALLPACKAGES}
 
 
 procedure add_wasmbin(const ADirectory: string);
 procedure add_wasmbin(const ADirectory: string);