mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-12-23 13:45:29 +00:00
Fix out-of-tree builds that use the PSA crypto API headers
This commit is contained in:
parent
265a171c52
commit
451e24c1d8
|
@ -18,4 +18,5 @@ endif(INSTALL_MBEDTLS_HEADERS)
|
|||
# Make config.h available in an out-of-source build. ssl-opt.sh requires it.
|
||||
if (NOT ${CMAKE_CURRENT_BINARY_DIR} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR})
|
||||
link_to_source(mbedtls)
|
||||
link_to_source(psa)
|
||||
endif()
|
||||
|
|
Loading…
Reference in a new issue