mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-25 18:12:37 +02:00
* Add cthreads for unix
This commit is contained in:
parent
8a807a4e1c
commit
8471024ddc
@ -2,7 +2,7 @@
|
||||
{$mode objfpc}{$H+}
|
||||
program fpmake;
|
||||
|
||||
uses fpmkunit;
|
||||
uses {$ifdef unix}cthreads,{$endif}fpmkunit;
|
||||
|
||||
Var
|
||||
P : TPackage;
|
||||
|
Loading…
Reference in New Issue
Block a user