nghttp2 / nghttp2-asio

MIT License
64 stars 24 forks source link

Building under Windows fails via vcpkg #16

Open patlecat opened 1 year ago

patlecat commented 1 year ago

Why is the C++ lib part failing to build under Windows with MSVC2022? All dependencies should be installed already via VCPKG. Please make this possible, the C code also isn't running and is overly complicated when it really doesn't have to be. I used nghttp2 v1.53

patlecat commented 1 year ago

There's already a PR for it since February https://github.com/nghttp2/nghttp2-asio/pull/13