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:
parent
c7320465e3
commit
587e629df9
1 changed files with 2 additions and 0 deletions
|
@ -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, {
|
||||
|
|
Loading…
Add table
Reference in a new issue