ソースを参照

* Add cthreads

Michaël Van Canneyt 2 年 前
コミット
11a847dc27
1 ファイル変更5 行追加1 行削除
  1. 5 1
      utils/instantfpc/fpmake.pp

+ 5 - 1
utils/instantfpc/fpmake.pp

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