mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-01-13 02:43:54 +08:00
disable mbedtls fatal warnings
This commit is contained in:
parent
7080ec63d2
commit
2183867c16
@ -550,6 +550,7 @@ if _OPTIONS["build-mbedtls"] or _OPTIONS["all-build"] then
|
|||||||
"USE_SHARED_MBEDTLS_LIBRARY=OFF",
|
"USE_SHARED_MBEDTLS_LIBRARY=OFF",
|
||||||
"ENABLE_TESTING=OFF",
|
"ENABLE_TESTING=OFF",
|
||||||
"ENABLE_PROGRAMS=OFF",
|
"ENABLE_PROGRAMS=OFF",
|
||||||
|
"MBEDTLS_FATAL_WARNINGS=OFF",
|
||||||
}
|
}
|
||||||
if os.target() == 'windows' and string.match(_ACTION, 'vs.+') then
|
if os.target() == 'windows' and string.match(_ACTION, 'vs.+') then
|
||||||
table.insert(mbedtls_common_defs, "MSVC_STATIC_RUNTIME=ON")
|
table.insert(mbedtls_common_defs, "MSVC_STATIC_RUNTIME=ON")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user