summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Kienapfel <Docteh@users.noreply.github.com>2022-09-08 14:34:36 +0200
committerKyle Kienapfel <Docteh@users.noreply.github.com>2022-09-08 14:52:28 +0200
commite78a623342ecab2d10fa4940d40c2c90d008b061 (patch)
tree6aff8cb550a5931864c9484e328c8b9d67cbf0f5
parentMerge pull request #8837 from Morph1984/invalidate (diff)
downloadyuzu-e78a623342ecab2d10fa4940d40c2c90d008b061.tar
yuzu-e78a623342ecab2d10fa4940d40c2c90d008b061.tar.gz
yuzu-e78a623342ecab2d10fa4940d40c2c90d008b061.tar.bz2
yuzu-e78a623342ecab2d10fa4940d40c2c90d008b061.tar.lz
yuzu-e78a623342ecab2d10fa4940d40c2c90d008b061.tar.xz
yuzu-e78a623342ecab2d10fa4940d40c2c90d008b061.tar.zst
yuzu-e78a623342ecab2d10fa4940d40c2c90d008b061.zip
-rw-r--r--src/dedicated_room/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dedicated_room/CMakeLists.txt b/src/dedicated_room/CMakeLists.txt
index 737aedbe4..1efdbc1f7 100644
--- a/src/dedicated_room/CMakeLists.txt
+++ b/src/dedicated_room/CMakeLists.txt
@@ -16,7 +16,7 @@ if (ENABLE_WEB_SERVICE)
target_link_libraries(yuzu-room PRIVATE web_service)
endif()
-target_link_libraries(yuzu-room PRIVATE mbedtls)
+target_link_libraries(yuzu-room PRIVATE mbedtls mbedcrypto)
if (MSVC)
target_link_libraries(yuzu-room PRIVATE getopt)
endif()