really what the heck

This commit is contained in:
tildearrow 2022-04-18 02:16:57 -05:00
parent d4f58cb6ea
commit eafbec6cfc
1 changed files with 1 additions and 1 deletions

View File

@ -444,7 +444,7 @@ endif()
if (WIN32)
list(APPEND DEPENDENCIES_LIBRARIES shlwapi imagehlp)
if (NOT MSVC)
list(APPEND DEPENDENCIES_LIBRARIES msvcr90 dbghelp -static)
list(APPEND DEPENDENCIES_LIBRARIES msvcr90 psapi -static)
endif()
endif()