mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-30 14:25:36 +08:00
updated the Linux build script to include the source files of the Mbed TLS library
This commit is contained in:
parent
bdd0bf3bda
commit
7a3d31cabe
@ -221,6 +221,7 @@ release_defs="$dbg_defs $common_defs"
|
|||||||
release_src=(
|
release_src=(
|
||||||
"dll/*.cpp"
|
"dll/*.cpp"
|
||||||
"dll/*.cc"
|
"dll/*.cc"
|
||||||
|
"mbedtls/*.c"
|
||||||
)
|
)
|
||||||
# if it's called libMyLib.a, then only type "MyLib"
|
# if it's called libMyLib.a, then only type "MyLib"
|
||||||
# these will be statically linked, make sure to build a PIC static lib
|
# these will be statically linked, make sure to build a PIC static lib
|
||||||
|
Loading…
Reference in New Issue
Block a user