aboutsummaryrefslogtreecommitdiff
path: root/platform/uwp
diff options
context:
space:
mode:
authorFabio Alessandrelli2018-03-29 18:17:38 +0200
committerFabio Alessandrelli2018-03-29 18:21:08 +0200
commite6364c3fd55a74b31cd5ad8ad98b9534cf9f258d (patch)
tree2fa414f624345ea5b8e7a61209d468837c6370aa /platform/uwp
parent4dbae5a738e33ffe4ab69e84c006bff2adc24cf8 (diff)
downloadgodot-e6364c3fd55a74b31cd5ad8ad98b9534cf9f258d.tar.gz
godot-e6364c3fd55a74b31cd5ad8ad98b9534cf9f258d.tar.zst
godot-e6364c3fd55a74b31cd5ad8ad98b9534cf9f258d.zip
Diffstat (limited to 'platform/uwp')
-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 3ee195e4f..0e7b125dc 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("""