summaryrefslogtreecommitdiffstats
path: root/platform/windows/detect.py
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2022-04-28 15:09:31 +0200
committerGitHub <noreply@github.com>2022-04-28 15:09:31 +0200
commitd25c3aaaa708b7d8d001f56ca03ffe9bffeb8798 (patch)
treebe10d088e90c6a9e60efef823f54f9aa0d70aa07 /platform/windows/detect.py
parent3e1b824c050b765095285c67b3e4c8092e1f88c6 (diff)
parent6ab672d1ef7ece5c3019d46aeb98df3686f37e26 (diff)
downloadredot-engine-d25c3aaaa708b7d8d001f56ca03ffe9bffeb8798.tar.gz
Merge pull request #56192 from bruvzg/tts2.0
Diffstat (limited to 'platform/windows/detect.py')
-rw-r--r--platform/windows/detect.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/windows/detect.py b/platform/windows/detect.py
index 249a0d2e79..0b18fb74fb 100644
--- a/platform/windows/detect.py
+++ b/platform/windows/detect.py
@@ -252,6 +252,7 @@ def configure_msvc(env, manual_msvc_config):
"kernel32",
"ole32",
"oleaut32",
+ "sapi",
"user32",
"gdi32",
"IPHLPAPI",
@@ -426,6 +427,7 @@ def configure_mingw(env):
"ws2_32",
"kernel32",
"oleaut32",
+ "sapi",
"dinput8",
"dxguid",
"ksuser",