* Add cthreads

This commit is contained in:
Michaël Van Canneyt 2023-07-16 13:58:48 +02:00
parent f79e969127
commit 0099f845ed

View File

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