build(dedicated_room): don't link to mbedtls
The code only uses parts of the mbedcrypto library
This commit is contained in:
@@ -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 mbedcrypto)
|
target_link_libraries(yuzu-room PRIVATE mbedcrypto)
|
||||||
if (MSVC)
|
if (MSVC)
|
||||||
target_link_libraries(yuzu-room PRIVATE getopt)
|
target_link_libraries(yuzu-room PRIVATE getopt)
|
||||||
endif()
|
endif()
|
||||||
|
|||||||
Reference in New Issue
Block a user