Skip to content
Snippets Groups Projects
Unverified Commit 35ecd062 authored by bunnei's avatar bunnei Committed by GitHub
Browse files

Merge pull request #8867 from Docteh/gentoo

CMake: explicitly link mbedcrypto for yuzu-room
parents 4ffbbc53 e78a6233
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ if (ENABLE_WEB_SERVICE) ...@@ -16,7 +16,7 @@ if (ENABLE_WEB_SERVICE)
target_link_libraries(yuzu-room PRIVATE web_service) target_link_libraries(yuzu-room PRIVATE web_service)
endif() endif()
target_link_libraries(yuzu-room PRIVATE mbedtls) target_link_libraries(yuzu-room PRIVATE mbedtls mbedcrypto)
if (MSVC) if (MSVC)
target_link_libraries(yuzu-room PRIVATE getopt) target_link_libraries(yuzu-room PRIVATE getopt)
endif() endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment