浏览代码

* Fix dependency on rtl-extra for windows

git-svn-id: trunk@32068 -
michael 9 年之前
父节点
当前提交
5a13124fec
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      packages/libmicrohttpd/fpmake.pp

+ 1 - 0
packages/libmicrohttpd/fpmake.pp

@@ -23,6 +23,7 @@ begin
     P.Email := '';
     P.Description := 'Event based micro-http server library interface';
     P.NeedLibC:= true;
+    P.Dependencies.Add('rtl-extra',[win32,win64]);
     P.OSes := [win32,win64,linux];
     P.SourcePath.Add('src');
     P.IncludePath.Add('src');