From 9019e7b065f0c1927220bfd4665304c3a58d32ea Mon Sep 17 00:00:00 2001 From: cxl Date: Thu, 6 Aug 2020 09:45:03 +0000 Subject: [PATCH] Makefile(s) updated git-svn-id: svn://ultimatepp.org/upp/trunk@14755 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- Makefile | 1 + uMakefile | 1 + 2 files changed, 2 insertions(+) diff --git a/Makefile b/Makefile index a1a27e569..ad05eddd1 100644 --- a/Makefile +++ b/Makefile @@ -379,6 +379,7 @@ $(OutFile): build_info \ -lpthread \ -ldl \ -lrt \ + -lsocket \ -lz -Wl,--end-group $(OutDir_ide): diff --git a/uMakefile b/uMakefile index e8a6003b2..92d5097b5 100644 --- a/uMakefile +++ b/uMakefile @@ -103,6 +103,7 @@ $(OutFile): build_info \ -lpthread \ -ldl \ -lrt \ + -lsocket \ -lz -Wl,--end-group $(OutDir_umk):