You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Support both nghttp2.lib and nghttp2_static.lib for static nghttp2.
nghttp2 briefly changed its static lib name to nghttp2_static, but then
made the _static suffix optional.
Ref: nghttp2/nghttp2#1394
Ref: nghttp2/nghttp2#1418
Ref: nghttp2/nghttp2#1466
Reported-by: Pierre Yager
Fixescurl#7446
Closes #xxxx
Hi,
I'm trying to build libcurl.dll on Windows with Visual Studio 2017 with OpenSSL and nghttp2 as dependencies.
Link fails, telling it's unable to find
nghttp2_static.lib
. I found that build/link works if I change this line, removing the "_static" part.curl/winbuild/MakefileBuild.vc
Line 160 in 9a7a60d
Here is how I build NgHttp2 on Windows (
$
meansC:\Users\Me\Projects\externals\build-2021-07-19\
) :I'm not sure if it is due to a change in NgHttp2 or due to my build environment.
The text was updated successfully, but these errors were encountered: