diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2018-04-02 11:51:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-02 11:51:26 +0200 |
commit | 59710880cd21d79ae1329f04eb35ea48e646acb3 (patch) | |
tree | 019047c49322a81fdec8591f26404dacd38c0fa1 | |
parent | 098c7ba4f9c49b472b9417819144378081996874 (diff) | |
parent | e6364c3fd55a74b31cd5ad8ad98b9534cf9f258d (diff) |
Merge pull request #17844 from Faless/uwp_fix
Fix UWP build after #17194
-rw-r--r-- | platform/uwp/detect.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/uwp/detect.py b/platform/uwp/detect.py index 3ee195e4f9..0e7b125dc5 100644 --- a/platform/uwp/detect.py +++ b/platform/uwp/detect.py @@ -43,6 +43,8 @@ def get_flags(): def configure(env): + env.msvc = True + if (env["bits"] != "default"): print("Error: bits argument is disabled for MSVC") print(""" |