build(dedicated_room): don't link to mbedtls

The code only uses parts of the mbedcrypto library
This commit is contained in:
Andrea Pappacoda
2022-09-09 00:29:18 +02:00
committed by GitHub
parent f663966599
commit b26e332f3f
+1 -1
View File
@@ -16,7 +16,7 @@ if (ENABLE_WEB_SERVICE)
target_link_libraries(yuzu-room PRIVATE web_service)
endif()
target_link_libraries(yuzu-room PRIVATE mbedtls mbedcrypto)
target_link_libraries(yuzu-room PRIVATE mbedcrypto)
if (MSVC)
target_link_libraries(yuzu-room PRIVATE getopt)
endif()