summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorLoïc Guilloux <glx22@users.noreply.github.com>2021-05-09 18:28:47 +0200
committerGitHub <noreply@github.com>2021-05-09 18:28:47 +0200
commite162d0a55ccc4cf38fd09ce0fa349e4887a55448 (patch)
tree34cc527bf3d9e9e5aee73078fc3f3a082ec781cc /CMakeLists.txt
parent330a305c99766b2e62541a8956a00b2cbe7bbbe1 (diff)
downloadopenttd-e162d0a55ccc4cf38fd09ce0fa349e4887a55448.tar.xz
Fix: [MinGW] Reapply 48fd7b27 to fix launch on Windows 7 x64 (#9225)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ecfbe408c..6957c85c2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -361,6 +361,7 @@ if(WIN32)
ws2_32
winmm
imm32
+ usp10
)
endif()