mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 10:09:20 +02:00
* patch by Cyrax to fix building, resolves #27323
git-svn-id: trunk@29494 -
This commit is contained in:
parent
d4969ca2ee
commit
a825a0f3ff
@ -65,7 +65,8 @@ begin
|
|||||||
P.Dependencies.Add('paszlib');
|
P.Dependencies.Add('paszlib');
|
||||||
P.Dependencies.Add('hash');
|
P.Dependencies.Add('hash');
|
||||||
P.Dependencies.Add('univint',[darwin,iphonesim]);
|
P.Dependencies.Add('univint',[darwin,iphonesim]);
|
||||||
|
P.Dependencies.Add('rtl-extra');
|
||||||
|
|
||||||
P.Version:='3.1.1';
|
P.Version:='3.1.1';
|
||||||
|
|
||||||
T:=P.Targets.AddProgram('ptop.pp');
|
T:=P.Targets.AddProgram('ptop.pp');
|
||||||
|
Loading…
Reference in New Issue
Block a user