mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-23 19:25:35 +08:00
after updating curl, these flags are now working! saving extra build time
This commit is contained in:
parent
9aed66e9f3
commit
9b8cf8fe05
@ -526,8 +526,12 @@ if _OPTIONS["build-curl"] or _OPTIONS["all-build"] then
|
|||||||
local curl_common_defs = {
|
local curl_common_defs = {
|
||||||
"BUILD_CURL_EXE=OFF",
|
"BUILD_CURL_EXE=OFF",
|
||||||
"BUILD_SHARED_LIBS=OFF",
|
"BUILD_SHARED_LIBS=OFF",
|
||||||
"BUILD_STATIC_CURL=OFF",
|
"BUILD_STATIC_CURL=OFF", -- "Build curl executable with static libcurl"
|
||||||
"BUILD_STATIC_LIBS=ON",
|
"BUILD_STATIC_LIBS=ON",
|
||||||
|
"BUILD_MISC_DOCS=OFF",
|
||||||
|
"BUILD_TESTING=OFF",
|
||||||
|
"BUILD_LIBCURL_DOCS=OFF",
|
||||||
|
"ENABLE_CURL_MANUAL=OFF",
|
||||||
"CURL_USE_OPENSSL=OFF",
|
"CURL_USE_OPENSSL=OFF",
|
||||||
"CURL_ZLIB=ON",
|
"CURL_ZLIB=ON",
|
||||||
"CURL_USE_LIBSSH2=OFF",
|
"CURL_USE_LIBSSH2=OFF",
|
||||||
|
Loading…
Reference in New Issue
Block a user