diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2022-07-27 13:38:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-27 13:38:30 +0200 |
commit | cc5135959b8d7956e93c566916352f5818f008f1 (patch) | |
tree | af3ae059ee08e46b309da924ab90d592c25f7a05 /platform/windows/detect.py | |
parent | 1bb56d92980c268a24d826a342ed4c44e7058b5a (diff) | |
parent | 36ef8f29dcea579aab058e1778303e10360c7e83 (diff) |
Merge pull request #62973 from bruvzg/sysfont_support
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 6a7caf4656..dd2df1f004 100644 --- a/platform/windows/detect.py +++ b/platform/windows/detect.py @@ -270,6 +270,7 @@ def configure_msvc(env, manual_msvc_config): "bcrypt", "Avrt", "dwmapi", + "dwrite", ] if env["vulkan"]: @@ -441,6 +442,7 @@ def configure_mingw(env): "avrt", "uuid", "dwmapi", + "dwrite", ] ) |