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