Browse Source

fix order

Signed-off-by: crueter <crueter@eden-emu.dev>
pull/2994/head
crueter 4 months ago
parent
commit
d85dbf6e7d
No known key found for this signature in database GPG Key ID: 425ACD2D4830EBC6
  1. 2
      CMakeLists.txt

2
CMakeLists.txt

@ -165,7 +165,7 @@ if (YUZU_STATIC_BUILD)
extra_libs(graphite2) extra_libs(graphite2)
# libbrotlienc.a # libbrotlienc.a
extra_libs(brotlienc brotlidec brotlicommon)
extra_libs(brotlicommon brotlienc brotlidec)
# msys2 quazip does not build a static lib # msys2 quazip does not build a static lib
set(QuaZip-Qt6_FORCE_BUNDLED ON) set(QuaZip-Qt6_FORCE_BUNDLED ON)

Loading…
Cancel
Save