mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 20:09:18 +02:00
* Do not compile pxlib on darwin/iphonesim (fpmake)
git-svn-id: trunk@20237 -
This commit is contained in:
parent
08332a9719
commit
e378a99f11
@ -15,7 +15,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='pxlib';
|
||||
{$endif ALLPACKAGES}
|
||||
P.OSes:=[Linux,beos,haiku,win32,darwin,iphonesim,freebsd,openbsd,netbsd];
|
||||
P.OSes:=[Linux,beos,haiku,win32,freebsd,openbsd,netbsd];
|
||||
P.Version:='2.7.1';
|
||||
T:=P.Targets.AddUnit('src/pxlib.pp');
|
||||
T:=P.Targets.AddExampleunit('examples/ppxview.pp');
|
||||
|
Loading…
Reference in New Issue
Block a user