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