mirror of https://github.com/PCSX2/pcsx2.git
CMake: Lowercase Winmm for case-sensitive fs
Fix build on mingw from linux
This commit is contained in:
parent
0440079a24
commit
2c88cd7ac0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue