mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2026-02-04 05:21:16 +01: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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user