mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-08-07 16:15:51 +02:00
Explicitly disable Brotli and ZSTD curl deps
If those were found on the system, they would automatically be added as dependency.
This commit is contained in:
parent
4b6dd99b69
commit
aa6eeba0ff
1 changed files with 2 additions and 0 deletions
|
@ -659,6 +659,8 @@ if _OPTIONS["build-curl"] or _OPTIONS["all-build"] then
|
|||
"USE_LIBIDN2=OFF",
|
||||
"CURL_DISABLE_LDAP=ON",
|
||||
"USE_NGHTTP2=OFF",
|
||||
"CURL_BROTLI=OFF",
|
||||
"CURL_ZSTD=OFF"
|
||||
}
|
||||
if os.target() == 'windows' and string.match(_ACTION, 'vs.+') then
|
||||
table.insert(curl_common_defs, "CURL_STATIC_CRT=ON")
|
||||
|
|
Loading…
Add table
Reference in a new issue