mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-06-08 10:23:44 -04:00
Use static runtime on arm64
Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
parent
4482d5e5cb
commit
ede2000d2c
1 changed files with 3 additions and 0 deletions
|
|
@ -78,6 +78,9 @@ cmake_dependent_option(YUZU_USE_BUNDLED_QT "Download bundled Qt binaries" "${MSV
|
|||
# non-linux bundled qt are static
|
||||
if (YUZU_USE_BUNDLED_QT AND (APPLE OR NOT UNIX))
|
||||
set(YUZU_STATIC_BUILD ON)
|
||||
if (MSVC AND ARCHITECTURE_arm64)
|
||||
set(CMAKE_MSVC_RUNTIME_LIBRARY MultiThreaded)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
# TODO: does mingw need any of this anymore
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue