1
0
Fork 0
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:
Edremon 2025-07-19 14:28:11 +00:00
parent 4b6dd99b69
commit aa6eeba0ff

View file

@ -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")