mirror of
https://github.com/polhenarejos/pico-hsm.git
synced 2026-04-17 21:58:27 +00:00
Do not link here with mbedtls.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
parent
5d827234a9
commit
ac3f139feb
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ if(NOT ESP_PLATFORM)
|
|||
-Wl,--gc-sections
|
||||
)
|
||||
endif(APPLE)
|
||||
target_link_libraries(pico_hsm PRIVATE pico_keys_sdk pthread m mbedtls)
|
||||
target_link_libraries(pico_hsm PRIVATE pico_keys_sdk pthread m)
|
||||
else()
|
||||
pico_add_extra_outputs(${CMAKE_PROJECT_NAME})
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue