Browse Source

* enabled package for linux, win32, win64, wince (mantis #24149)

git-svn-id: trunk@24073 -
Jonas Maebe 12 years ago
parent
commit
db86fb7db5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/opengles/fpmake.pp

+ 1 - 1
packages/opengles/fpmake.pp

@@ -21,7 +21,7 @@ begin
     P.Author := 'Free Pascal Development team';
     P.License := 'LGPL with modification';
     P.HomepageURL := 'www.freepascal.org';
-    P.OSes := [darwin,iphonesim];
+    P.OSes := [darwin,iphonesim,linux,win32,win64,wince];
 
     P.SourcePath.Add('src');