Skip to content

Commit

Permalink
deps.windows: Build libcurl statically with brotli/nghttp2
Browse files Browse the repository at this point in the history
  • Loading branch information
derrod committed May 24, 2023
1 parent e5ff9a6 commit 2a75c82
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deps.windows/30-curl.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,13 @@ function Configure {
$CmakeOptions
'-DBUILD_CURL_EXE=OFF'
'-DBUILD_TESTING=OFF'
'-DBUILD_SHARED_LIBS=OFF'
'-DCURL_USE_LIBSSH2=OFF'
'-DCURL_USE_SCHANNEL=ON'
'-DCURL_ZLIB=OFF'
'-DCURL_BROTLI=ON'
'-DUSE_NGHTTP2=ON'
'-DNGHTTP2_STATICLIB=1'
)

Invoke-External cmake -S . -B "build_${Target}" @Options
Expand Down

0 comments on commit 2a75c82

Please sign in to comment.