mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-23 11:15:34 +08:00
add new required mbedtls link libs to all emu builds
This commit is contained in:
parent
c7320465e3
commit
587e629df9
@ -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…
Reference in New Issue
Block a user