* Add cthreads

This commit is contained in:
Michaël Van Canneyt 2023-07-16 13:58:49 +02:00
parent f89025ec47
commit 27fc3c95f8

View File

@ -2,7 +2,11 @@
{$mode objfpc}{$H+}
program fpmake;
uses fpmkunit;
uses
{$ifdef unix}
cthreads,
{$endif}
fpmkunit;
{$endif ALLPACKAGES}
procedure add_rmwait(const ADirectory: string);
@ -35,7 +39,7 @@ end;
{$ifndef ALLPACKAGES}
begin
add_rmwait;
add_rmwait('');
Installer.Run;
end.
{$endif ALLPACKAGES}