diff options
author | Loïc Guilloux <glx22@users.noreply.github.com> | 2021-05-09 18:28:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-09 18:28:47 +0200 |
commit | e162d0a55ccc4cf38fd09ce0fa349e4887a55448 (patch) | |
tree | 34cc527bf3d9e9e5aee73078fc3f3a082ec781cc | |
parent | 330a305c99766b2e62541a8956a00b2cbe7bbbe1 (diff) | |
download | openttd-e162d0a55ccc4cf38fd09ce0fa349e4887a55448.tar.xz |
Fix: [MinGW] Reapply 48fd7b27 to fix launch on Windows 7 x64 (#9225)
-rw-r--r-- | CMakeLists.txt | 1 |
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() |