From 7a3d31cabeeca89e3654485029037c8c63fee357 Mon Sep 17 00:00:00 2001 From: otavepto Date: Sat, 23 Dec 2023 16:47:28 +0200 Subject: [PATCH] updated the Linux build script to include the source files of the Mbed TLS library --- build_linux.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build_linux.sh b/build_linux.sh index aae740e6..0ec358d2 100644 --- a/build_linux.sh +++ b/build_linux.sh @@ -221,6 +221,7 @@ release_defs="$dbg_defs $common_defs" release_src=( "dll/*.cpp" "dll/*.cc" + "mbedtls/*.c" ) # if it's called libMyLib.a, then only type "MyLib" # these will be statically linked, make sure to build a PIC static lib