浏览代码

--- Merging r33898 into '.':
U packages/libmicrohttpd/fpmake.pp
--- Recording mergeinfo for merge of r33898 into '.':
U .

# revisions: 33898

git-svn-id: branches/fixes_3_0@33903 -

marco 9 年之前
父节点
当前提交
996809edc7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/libmicrohttpd/fpmake.pp

+ 1 - 1
packages/libmicrohttpd/fpmake.pp

@@ -24,7 +24,7 @@ begin
     P.Description := 'Event and threaded based micro-http server library interface';
     P.NeedLibC:= true;
     P.Dependencies.Add('rtl-extra');
-    P.OSes := [android,freebsd,linux,netbsd,openbsd,os2,win32,win64,symbian];
+    P.OSes := [android,freebsd,linux,netbsd,openbsd,win32,win64];
     P.SourcePath.Add('src');
     P.IncludePath.Add('src');
     T:=P.Targets.AddUnit('libmicrohttpd.pp');