Compare commits

...

1 Commits

Author SHA1 Message Date
Andrea Pappacoda
b26e332f3f build(dedicated_room): don't link to mbedtls
The code only uses parts of the mbedcrypto library
2022-09-09 00:29:18 +02:00

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()