Skip to content

Commit

Permalink
curl.sh: limit iphlpapi workaround for 8.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Jan 26, 2025
1 parent 17debde commit 3567559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion curl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ _VER="$1"
options+=" -DCARES_INCLUDE_DIR=${_TOP}/cares/${_PP}/include"
options+=" -DCARES_LIBRARY=${_TOP}/cares/${_PP}/lib/libcares.a"
CPPFLAGS+=' -DCARES_STATICLIB'
if [ "${_OS}" = 'win' ]; then
if [ "${CURL_VER_}" = '8.11.1' ] && [ "${_OS}" = 'win' ]; then
LIBS+=' -liphlpapi'
fi
fi
Expand Down

0 comments on commit 3567559

Please sign in to comment.