From e3da00f7f07d5e9bffa8f89bd88032919012fb15 Mon Sep 17 00:00:00 2001 From: crueter Date: Mon, 10 Nov 2025 16:49:15 -0500 Subject: [PATCH] crypt32, brotlicommon Signed-off-by: crueter --- CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 67ecd73337..133902fcbe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -164,6 +164,12 @@ if (YUZU_STATIC_BUILD) # libharfbuzz.a extra_libs(graphite2 rpcrt4) + # libbrotlienc.a + extra_libs(brotlicommon) + + # openssl + extra_libs(crypt32) + # msys2 quazip does not build a static lib set(QuaZip-Qt6_FORCE_BUNDLED ON) endif()