mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-08-05 15:16:45 +02:00
Fix building on Linux
This commit is contained in:
parent
08e70c79c0
commit
e4746d0303
1 changed files with 1 additions and 0 deletions
|
@ -632,6 +632,7 @@ if _OPTIONS["build-curl"] or _OPTIONS["all-build"] then
|
||||||
"CURL_USE_LIBPSL=OFF",
|
"CURL_USE_LIBPSL=OFF",
|
||||||
"USE_LIBIDN2=OFF",
|
"USE_LIBIDN2=OFF",
|
||||||
"CURL_DISABLE_LDAP=ON",
|
"CURL_DISABLE_LDAP=ON",
|
||||||
|
"USE_NGHTTP2=OFF",
|
||||||
}
|
}
|
||||||
if os.target() == 'windows' and string.match(_ACTION, 'vs.+') then
|
if os.target() == 'windows' and string.match(_ACTION, 'vs.+') then
|
||||||
table.insert(curl_common_defs, "CURL_STATIC_CRT=ON")
|
table.insert(curl_common_defs, "CURL_STATIC_CRT=ON")
|
||||||
|
|
Loading…
Add table
Reference in a new issue