Browse Source

* Disable vcl-compat for target embedded.

git-svn-id: trunk@42939 -
Jeppe Johansen 6 years ago
parent
commit
45b59168ff
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/vcl-compat/fpmake.pp

+ 1 - 0
packages/vcl-compat/fpmake.pp

@@ -19,6 +19,7 @@ begin
     P.HomepageURL := 'www.freepascal.org';
     P.Email := '';
     P.Description := 'Various non-visual VCL compatibility units.';
+    P.OSes := P.OSes - [embedded];
       
 {$ifdef ALLPACKAGES}
     P.Directory:=ADirectory;