Fix building on Linux

This commit is contained in:
Edremon 2024-11-22 15:43:48 +00:00
parent 08e70c79c0
commit e4746d0303

View File

@ -632,6 +632,7 @@ if _OPTIONS["build-curl"] or _OPTIONS["all-build"] then
"CURL_USE_LIBPSL=OFF",
"USE_LIBIDN2=OFF",
"CURL_DISABLE_LDAP=ON",
"USE_NGHTTP2=OFF",
}
if os.target() == 'windows' and string.match(_ACTION, 'vs.+') then
table.insert(curl_common_defs, "CURL_STATIC_CRT=ON")