Merge 3fd06c4659d8066acf5c76c62a496639a326f4f4 into 3bb373867917b674265067cbd38b9d252c43d014

This commit is contained in:
Martin Pluskal 2026-07-20 21:01:25 +01:00 committed by GitHub
commit e2c0b7f8d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -356,7 +356,7 @@ foreach(target IN LISTS tf_psa_crypto_library_targets)
libmbedcrypto.so.${MBEDTLS_CRYPTO_SOVERSION}
libmbedcrypto.so
)
install(FILES $<TARGET_FILE:${target}>
install(PROGRAMS $<TARGET_FILE:${target}>
DESTINATION ${CMAKE_INSTALL_LIBDIR}
RENAME "libmbedcrypto.so.${MBEDTLS_VERSION}"
)