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)