mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-03-29 09:27:01 +00:00
Fix typo in CMakeLists.txt
This commit is contained in:
parent
337dad98f6
commit
6f519a3b22
|
@ -131,7 +131,7 @@ if(LINK_WITH_PTHREAD)
|
|||
set(libs ${libs} pthread)
|
||||
endif()
|
||||
|
||||
set(lib ${libs} tinycrypt)
|
||||
set(libs ${libs} tinycrypt)
|
||||
|
||||
if (NOT USE_STATIC_MBEDTLS_LIBRARY AND NOT USE_SHARED_MBEDTLS_LIBRARY)
|
||||
message(FATAL_ERROR "Need to choose static or shared mbedtls build!")
|
||||
|
|
Loading…
Reference in a new issue