Skip to content

Commit

Permalink
Disable nghttp
Browse files Browse the repository at this point in the history
  • Loading branch information
halx99 committed Oct 21, 2024
1 parent 4cde3f8 commit cacfbbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/curl/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ver: 8.10.1
tag_prefix: curl-
tag_dot2ul: true
cb_tool: cmake
options: -DCURL_DISABLE_LDAP=TRUE -DUSE_LIBIDN2=FALSE -DCURL_USE_LIBSSH2=FALSE -DBUILD_CURL_EXE=FALSE -DCURL_DISABLE_TESTS=TRUE -DCURL_USE_OPENSSL=TRUE -DOPENSSL_ROOT_DIR=$openssl_dir
options: -DUSE_NGHTTP2=OFF -DCURL_DISABLE_LDAP=TRUE -DUSE_LIBIDN2=FALSE -DCURL_USE_LIBSSH2=FALSE -DBUILD_CURL_EXE=FALSE -DCURL_DISABLE_TESTS=TRUE -DCURL_USE_OPENSSL=TRUE -DOPENSSL_ROOT_DIR=$openssl_dir
options_cross: -DCMAKE_FIND_ROOT_PATH=$openssl_dir
options_unix: -DBUILD_SHARED_LIBS=OFF
options_msw: -DBUILD_SHARED_LIBS=ON

0 comments on commit cacfbbc

Please sign in to comment.