summaryrefslogtreecommitdiff
path: root/uefi/packages/fcl-res/fpmake.pp
diff options
context:
space:
mode:
Diffstat (limited to 'uefi/packages/fcl-res/fpmake.pp')
-rw-r--r--uefi/packages/fcl-res/fpmake.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/uefi/packages/fcl-res/fpmake.pp b/uefi/packages/fcl-res/fpmake.pp
index 3a9a15a94d..030353c138 100644
--- a/uefi/packages/fcl-res/fpmake.pp
+++ b/uefi/packages/fcl-res/fpmake.pp
@@ -24,7 +24,7 @@ begin
P.Email := '';
P.Description := 'Resource handling of Free Component Libraries (FCL), FPC''s OOP library.';
P.NeedLibC:= false;
- P.OSes:=AllOSes-[embedded,msdos,win16];
+ P.OSes:=AllOSes-[embedded,msdos,win16,uefi];
P.SourcePath.Add('src');
P.IncludePath.Add('src');