mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 07:08:29 +02:00
* package libmicrohttpd is not compatible to anything but MS Windows and Unix platforms in its current state - disabled for OS/2 and Symbian
git-svn-id: trunk@33898 -
This commit is contained in:
parent
aaff6d0b97
commit
3732ad18d1
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user