Skip to content

Commit

Permalink
curl-cmake.sh: update after upstream merge [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Mar 14, 2023
1 parent a50497e commit b1a0444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion curl-cmake.sh
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ _VER="$1"
options="${options} -DWolfSSL_INCLUDE_DIR=${_TOP}/wolfssl/${_PP}/include"
CPPFLAGS="${CPPFLAGS} -DSIZEOF_LONG_LONG=8 -DHAVE_UINTPTR_T"
LIBS="${LIBS} -lcrypt32" # for QUIC auto-detection
[ "${CURL_VER_}" != '7.88.1' ] && h3=1 # PENDING: https://github.com/curl/curl/pull/10739
[ "${CURL_VER_}" != '7.88.1' ] && h3=1
fi

if [ -d ../mbedtls ]; then
Expand Down

0 comments on commit b1a0444

Please sign in to comment.