Add missing dependency in memory buffer alloc set in all.sh
This commit is contained in:
parent
dc54953229
commit
d7064202ea
1 changed files with 1 additions and 0 deletions
|
@ -979,6 +979,7 @@ component_test_memory_buffer_allocator () {
|
|||
msg "build: default config with memory buffer allocator enabled"
|
||||
scripts/config.pl set MBEDTLS_MEMORY_BUFFER_ALLOC_C
|
||||
scripts/config.pl set MBEDTLS_MEMORY_BACKTRACE
|
||||
scripts/config.pl set MBEDTLS_PLATFORM_MEMORY
|
||||
CC=gcc cmake .
|
||||
make
|
||||
|
||||
|
|
Loading…
Reference in a new issue