We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfff151 commit c404a4cCopy full SHA for c404a4c
deps.windows/30-curl.ps1
@@ -45,8 +45,13 @@ function Configure {
45
'-DCURL_USE_LIBSSH2:BOOL=OFF'
46
'-DCURL_USE_SCHANNEL:BOOL=ON'
47
'-DCURL_ZLIB:BOOL=OFF'
48
+ '-DBUILD_SHARED_LIBS:BOOL=OFF'
49
+ '-DCURL_BROTLI:BOOL=ON'
50
+ '-DUSE_NGHTTP2:BOOL=ON'
51
)
52
53
+ $env:CFLAGS="-DNGHTTP2_STATICLIB"
54
+ $env:CXXFLAGS="-DNGHTTP2_STATICLIB"
55
Invoke-External cmake -S . -B "build_${Target}" @Options
56
}
57
0 commit comments