mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 00:47:52 +02:00
* Add cthreads
This commit is contained in:
parent
2b15f243bd
commit
d7b3a76555
@ -2,7 +2,11 @@
|
||||
{$mode objfpc}{$H+}
|
||||
program fpmake;
|
||||
|
||||
uses fpmkunit;
|
||||
uses
|
||||
{$ifdef unix}
|
||||
cthreads,
|
||||
{$endif}
|
||||
fpmkunit;
|
||||
{$endif ALLPACKAGES}
|
||||
|
||||
procedure add_fppkg_util(const ADirectory: string);
|
||||
|
Loading…
Reference in New Issue
Block a user