mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 19:29:39 +02:00
AmigaOS4: googleapi reactivated
git-svn-id: trunk@33604 -
This commit is contained in:
parent
d92527fb50
commit
817224f3c7
@ -31,8 +31,6 @@ begin
|
|||||||
P.Description := 'Google API client libraries.';
|
P.Description := 'Google API client libraries.';
|
||||||
P.NeedLibC:= false;
|
P.NeedLibC:= false;
|
||||||
P.OSes := [beos,haiku,freebsd,darwin,iphonesim,solaris,netbsd,openbsd,linux,win32,win64,wince,aix,amiga,aros,morphos,dragonfly];
|
P.OSes := [beos,haiku,freebsd,darwin,iphonesim,solaris,netbsd,openbsd,linux,win32,win64,wince,aix,amiga,aros,morphos,dragonfly];
|
||||||
if Defaults.CPU = powerpc then
|
|
||||||
P.OSes := P.OSes - [amiga];
|
|
||||||
P.Directory:=ADirectory;
|
P.Directory:=ADirectory;
|
||||||
P.Version:='3.1.1';
|
P.Version:='3.1.1';
|
||||||
P.Dependencies.Add('fcl-base');
|
P.Dependencies.Add('fcl-base');
|
||||||
|
Loading…
Reference in New Issue
Block a user