summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2018-04-02 11:51:26 +0200
committerGitHub <noreply@github.com>2018-04-02 11:51:26 +0200
commit59710880cd21d79ae1329f04eb35ea48e646acb3 (patch)
tree019047c49322a81fdec8591f26404dacd38c0fa1
parent098c7ba4f9c49b472b9417819144378081996874 (diff)
parente6364c3fd55a74b31cd5ad8ad98b9534cf9f258d (diff)
Merge pull request #17844 from Faless/uwp_fix
Fix UWP build after #17194
-rw-r--r--platform/uwp/detect.py2
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("""