* Add cthreads

This commit is contained in:
Michaël Van Canneyt 2023-07-16 13:58:49 +02:00 committed by Pierre Muller
parent 0a2c5dc728
commit 37842fe8fa

View File

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