summaryrefslogtreecommitdiff
path: root/packages/gtk2/fpmake.pp
diff options
context:
space:
mode:
Diffstat (limited to 'packages/gtk2/fpmake.pp')
-rw-r--r--packages/gtk2/fpmake.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gtk2/fpmake.pp b/packages/gtk2/fpmake.pp
index 680733948c..c375ce7951 100644
--- a/packages/gtk2/fpmake.pp
+++ b/packages/gtk2/fpmake.pp
@@ -18,7 +18,7 @@ begin
{$endif ALLPACKAGES}
P.Version:='2.7.1';
P.SupportBuildModes := [bmOneByOne];
- P.OSes:=AllUnixOSes+[Win32,Win64]-[darwin,iphonesim];
+ P.OSes:=AllUnixOSes+[Win32,Win64]-[darwin,iphonesim,Android];
if Defaults.CPU<>arm then
P.OSes := P.OSes + [darwin];