From e162d0a55ccc4cf38fd09ce0fa349e4887a55448 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Guilloux?= Date: Sun, 9 May 2021 18:28:47 +0200 Subject: [PATCH] Fix: [MinGW] Reapply 48fd7b27 to fix launch on Windows 7 x64 (#9225) --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index ecfbe408c6..6957c85c28 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -361,6 +361,7 @@ if(WIN32) ws2_32 winmm imm32 + usp10 ) endif()