From ae67fd5f9d20ad8f13d12274906d7973d1f0cd85 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sun, 14 Dec 2014 18:12:36 +0100 Subject: [PATCH] Do not attempt twice to link to libsocket --- src/project.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/project.conf b/src/project.conf index 5d59c97..7012ced 100644 --- a/src/project.conf +++ b/src/project.conf @@ -10,7 +10,7 @@ dist=Makefile,token.h,python/project.conf,python/Makefile,python/libSystem.c,pyt [libSystem] type=library sources=array.c,buffer.c,config.c,error.c,event.c,hash.c,mutator.c,object.c,parser.c,plugin.c,string.c,token.c,variable.c -ldflags=-ldl -lsocket -lws2_32 +ldflags=-ldl -lws2_32 install=$(LIBDIR) [parser.c]