From 587e629df950e129bd1023c74da4b2611361bced Mon Sep 17 00:00:00 2001 From: a Date: Fri, 16 Aug 2024 00:53:55 +0300 Subject: [PATCH] add new required mbedtls link libs to all emu builds --- premake5.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/premake5.lua b/premake5.lua index 70ec1afb..b2f122a4 100644 --- a/premake5.lua +++ b/premake5.lua @@ -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, {