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, zlib_archive_name .. static_postfix,
lib_prefix .. "curl" .. static_postfix, lib_prefix .. "curl" .. static_postfix,
"mbedcrypto" .. static_postfix, "mbedcrypto" .. static_postfix,
"mbedtls" .. static_postfix,
"mbedx509" .. static_postfix,
} }
-- add protobuf libs -- add protobuf libs
table_append(deps_link, { table_append(deps_link, {