We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
iphlpapi
1 parent 9a95b2e commit 082d98bCopy full SHA for 082d98b
curl.sh
@@ -307,6 +307,9 @@ _VER="$1"
307
options+=" -DCARES_INCLUDE_DIR=${_TOP}/cares/${_PP}/include"
308
options+=" -DCARES_LIBRARY=${_TOP}/cares/${_PP}/lib/libcares.a"
309
CPPFLAGS+=' -DCARES_STATICLIB'
310
+ if [ "${_OS}" = 'win' ]; then
311
+ LIBS+=' -liphlpapi'
312
+ fi
313
fi
314
if [ "${_OS}" = 'mac' ]; then
315
# GSS API deprecated in 2012-2013 (OS X 10.8 Mountain Lion / 10.9 Mavericks, iOS 7.0)
0 commit comments