Browse Source

* Fixed compilation of libmicrohttpd on Linux

git-svn-id: trunk@32069 -
joost 9 years ago
parent
commit
56c9903c0c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/libmicrohttpd/fpmake.pp

+ 1 - 1
packages/libmicrohttpd/fpmake.pp

@@ -23,7 +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.Dependencies.Add('rtl-extra');
     P.OSes := [win32,win64,linux];
     P.SourcePath.Add('src');
     P.IncludePath.Add('src');