Files
MINGW-packages/mingw-w64-libimobiledevice/002-1.3.0-Link-Iphlpapi.patch
2021-04-10 23:21:55 +05:30

12 lines
330 B
Diff

diff --git a/common/Makefile.am b/common/Makefile.am
index 4e3facb..8af34ad 100644
--- a/common/Makefile.am
+++ b/common/Makefile.am
@@ -27,5 +27,5 @@ libinternalcommon_la_SOURCES = \
utils.c utils.h
if WIN32
-libinternalcommon_la_LIBADD += -lole32 -lws2_32
+libinternalcommon_la_LIBADD += -lole32 -lws2_32 -lIphlpapi
endif