CMake: Lowercase Winmm for case-sensitive fs

Fix build on mingw from linux
This commit is contained in:
xantares 2022-11-26 18:23:34 +01:00 committed by refractionpcsx2
parent 0440079a24
commit 2c88cd7ac0
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ endif()
if(WIN32)
enable_language(ASM_MASM)
target_sources(common PRIVATE FastJmp.asm)
target_link_libraries(common PUBLIC WIL::WIL D3D12MemAlloc Winmm.lib)
target_link_libraries(common PUBLIC WIL::WIL D3D12MemAlloc winmm)
target_sources(common PRIVATE
CrashHandler.cpp
CrashHandler.h