1
0
Fork 0
mirror of https://github.com/Detanup01/gbe_fork.git synced 2025-03-28 14:56:24 +01:00

add new required mbedtls link libs to all emu builds

This commit is contained in:
a 2024-08-16 00:53:55 +03:00
parent c7320465e3
commit 587e629df9

View file

@ -273,6 +273,8 @@ local deps_link = {
zlib_archive_name .. static_postfix,
lib_prefix .. "curl" .. static_postfix,
"mbedcrypto" .. static_postfix,
"mbedtls" .. static_postfix,
"mbedx509" .. static_postfix,
}
-- add protobuf libs
table_append(deps_link, {