mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-27 05:04:01 +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=(
|
||||
"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
|
||||
|
Loading…
Reference in New Issue
Block a user