From acdacfedf275763700c7f99b29a2a763ed7558ff Mon Sep 17 00:00:00 2001 From: crueter Date: Mon, 10 Nov 2025 18:56:07 -0500 Subject: [PATCH] ?? Signed-off-by: crueter --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c874f18b6b..24abe57455 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -165,7 +165,7 @@ if (YUZU_STATIC_BUILD) extra_libs(graphite2) # libbrotlienc.a - extra_libs(brotlicommon brotlienc brotlidec) + extra_libs(brotlienc brotlidec brotlicommon) # msys2 quazip does not build a static lib set(QuaZip-Qt6_FORCE_BUNDLED ON)