mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-08-04 06:35:32 +02:00
disable mbedtls fatal warnings
This commit is contained in:
parent
7080ec63d2
commit
2183867c16
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue