fixed windows cross compilation of vpcd
This commit is contained in:
@@ -4,3 +4,9 @@ libvpcd_la_LDFLAGS = -no-undefined
|
||||
noinst_HEADERS = vpcd.h lock.h
|
||||
|
||||
noinst_LTLIBRARIES = libvpcd.la
|
||||
|
||||
if WIN32
|
||||
|
||||
libvpcd_la_LDFLAGS += -lws2_32
|
||||
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user