mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-01 06:50:40 +02:00
* fpmake-file updates for darwin
git-svn-id: trunk@18086 -
This commit is contained in:
parent
92d4bc1a31
commit
4d5a4a2dd7
@ -52,7 +52,7 @@ begin
|
|||||||
T.ResourceStrings := True;
|
T.ResourceStrings := True;
|
||||||
|
|
||||||
// HTTP Client
|
// HTTP Client
|
||||||
T:=P.Targets.AddUnit('fpsock.pp',AllUnixOSes);
|
T:=P.Targets.AddUnit('fpsock.pp',[linux,freebsd,netbsd,openbsd]);
|
||||||
with T.Dependencies do
|
with T.Dependencies do
|
||||||
begin
|
begin
|
||||||
AddUnit('resolve');
|
AddUnit('resolve');
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user