diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2022-04-28 15:09:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-28 15:09:31 +0200 |
commit | d25c3aaaa708b7d8d001f56ca03ffe9bffeb8798 (patch) | |
tree | be10d088e90c6a9e60efef823f54f9aa0d70aa07 /platform/windows/detect.py | |
parent | 3e1b824c050b765095285c67b3e4c8092e1f88c6 (diff) | |
parent | 6ab672d1ef7ece5c3019d46aeb98df3686f37e26 (diff) | |
download | redot-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.py | 2 |
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", |