mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-07 00:01:49 -04:00
windows: Link libstrongswan against ws2_32.dll
This commit is contained in:
parent
e7f3ceb7c8
commit
71bf82d474
@ -110,6 +110,10 @@ AM_LDFLAGS = \
|
||||
|
||||
AM_YFLAGS = -v -d
|
||||
|
||||
if USE_WINDOWS
|
||||
libstrongswan_la_LIBADD += -lws2_32
|
||||
endif
|
||||
|
||||
if USE_LEAK_DETECTIVE
|
||||
AM_CPPFLAGS += -DLEAK_DETECTIVE
|
||||
libstrongswan_la_SOURCES += utils/leak_detective.c
|
||||
|
Loading…
x
Reference in New Issue
Block a user