Browse Source
fix order
Signed-off-by: crueter <crueter@eden-emu.dev>
pull/2994/head
crueter
4 months ago
No known key found for this signature in database
GPG Key ID: 425ACD2D4830EBC6
1 changed files with
1 additions and
1 deletions
-
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) |
|
|
|
|