mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-25 22:29:20 +02:00
* Fix dependency on rtl-extra for windows
git-svn-id: trunk@32068 -
This commit is contained in:
parent
de800d14cb
commit
5a13124fec
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user