updated the Linux build script to include the source files of the Mbed TLS library

This commit is contained in:
otavepto 2023-12-23 16:47:28 +02:00 committed by otavepto
parent bdd0bf3bda
commit 7a3d31cabe

View File

@ -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