summaryrefslogtreecommitdiff
path: root/packages/fppkg/fpmake.pp
diff options
context:
space:
mode:
Diffstat (limited to 'packages/fppkg/fpmake.pp')
-rw-r--r--packages/fppkg/fpmake.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/fppkg/fpmake.pp b/packages/fppkg/fpmake.pp
index 371e447d40..4354eff354 100644
--- a/packages/fppkg/fpmake.pp
+++ b/packages/fppkg/fpmake.pp
@@ -44,7 +44,7 @@ begin
P.Email := '';
P.Description := 'Libraries to create fppkg package managers.';
P.NeedLibC:= false;
- P.OSes := P.OSes - [embedded,nativent,msdos,win16,atari,macos,palmos,symbian];
+ P.OSes := P.OSes - [embedded,nativent,msdos,win16,atari,macos,palmos,symbian,zxspectrum];
if Defaults.CPU=jvm then
P.OSes := P.OSes - [java,android];