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)