We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb6f717 commit 33d7173Copy full SHA for 33d7173
deps.windows/30-curl.ps1
@@ -44,6 +44,7 @@ function Configure {
44
'-DUSE_NGHTTP2=ON'
45
)
46
47
+ $env:CFLAGS="-DNGHTTP2_STATICLIB"
48
$env:CXXFLAGS="-DNGHTTP2_STATICLIB"
49
Invoke-External cmake -S . -B "build_${Target}" @Options
50
}
0 commit comments