mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 01:29:29 +02:00
* Fixed unixutils fmpake.pp file
git-svn-id: trunk@20128 -
This commit is contained in:
parent
8c4b24dc13
commit
c3095c92d9
@ -19,12 +19,9 @@ begin
|
||||
P.Version:='2.7.1';
|
||||
P.OSes:=[Linux];
|
||||
P.CPUs:=[i386];
|
||||
P.Dependencies.add('libc');
|
||||
P.SourcePath.Add('src');
|
||||
T:=P.Targets.AddUnit('unixutils.pp',[i386],[linux]);
|
||||
with T.Dependencies do
|
||||
begin
|
||||
AddUnit('libc');
|
||||
end;
|
||||
T:=P.Targets.AddUnit('unixutils.pp');
|
||||
|
||||
{$ifndef ALLPACKAGES}
|
||||
Run;
|
||||
|
Loading…
Reference in New Issue
Block a user