Do not attempt twice to link to libsocket

This commit is contained in:
Pierre Pronchery 2014-12-14 18:12:36 +01:00
parent 66b581a6c1
commit ae67fd5f9d

View File

@ -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]