mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 17:29:42 +02:00
* Needs threads
This commit is contained in:
parent
8c0518418a
commit
2814522983
@ -22,6 +22,9 @@ program fpmake;
|
||||
{$endif NO_UNIT_PROCESS}
|
||||
|
||||
uses
|
||||
{$ifdef unix}
|
||||
cthreads,
|
||||
{$endif}
|
||||
fpmkunit,
|
||||
{$IFDEF HAS_UNIT_PROCESS}
|
||||
process,
|
||||
|
Loading…
Reference in New Issue
Block a user