From eafbec6cfcd176a7b2320e342bf1b50c34e47cfa Mon Sep 17 00:00:00 2001 From: tildearrow Date: Mon, 18 Apr 2022 02:16:57 -0500 Subject: [PATCH] really what the heck --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c8278959b..950dc4ad5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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()