瀏覽代碼

* Needs threads

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

+ 3 - 0
utils/fpmake.pp

@@ -22,6 +22,9 @@ program fpmake;
 {$endif NO_UNIT_PROCESS}
 
 uses
+{$ifdef unix}
+  cthreads,
+{$endif}
   fpmkunit,
 {$IFDEF HAS_UNIT_PROCESS}
   process,