|
@@ -16,7 +16,7 @@ begin
|
|
{$ifdef ALLPACKAGES}
|
|
{$ifdef ALLPACKAGES}
|
|
P.Directory:=ADirectory;
|
|
P.Directory:=ADirectory;
|
|
{$endif ALLPACKAGES}
|
|
{$endif ALLPACKAGES}
|
|
- P.OSes := [beos,haiku,freebsd,netbsd,openbsd,linux,win32,aix,dragonfly];
|
|
|
|
|
|
+ P.OSes := [beos,haiku,freebsd,netbsd,openbsd,linux,win32,win64,aix,dragonfly];
|
|
// Do not build x11 on iPhone (=arm-darwin)
|
|
// Do not build x11 on iPhone (=arm-darwin)
|
|
if Defaults.CPU<>arm then
|
|
if Defaults.CPU<>arm then
|
|
P.OSes := P.OSes + [darwin];
|
|
P.OSes := P.OSes + [darwin];
|