Browse Source

fix

Signed-off-by: crueter <crueter@eden-emu.dev>
pull/3003/head
crueter 3 months ago
parent
commit
08982a28e1
No known key found for this signature in database GPG Key ID: 425ACD2D4830EBC6
  1. 3
      src/yuzu/CMakeLists.txt

3
src/yuzu/CMakeLists.txt

@ -482,6 +482,9 @@ if (YUZU_STATIC_BUILD AND MINGW)
# libharfbuzz.a
extra_libs(harfbuzz graphite2)
# ffmpeg
extra_libs(iconv)
extra_libs(wsock32 ws2_32 crypt32 mswsock wlanapi)
endif()

Loading…
Cancel
Save