瀏覽代碼

* Add cthreads

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

+ 5 - 1
utils/ihxutil/fpmake.pp

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