aboutsummaryrefslogtreecommitdiff
path: root/platform/uwp
diff options
context:
space:
mode:
authorGary Oberbrunner2018-03-02 14:51:29 -0500
committerGary Oberbrunner2018-03-13 09:51:05 -0400
commitd1318ee12c6c19bba899ce97e46a30c461ebac44 (patch)
tree44b57f1fbfe24c8b1f5fee10343b9fd6d692f08a /platform/uwp
parenta5476f85629ca432e7434419fdeb5f38de68c207 (diff)
downloadgodot-d1318ee12c6c19bba899ce97e46a30c461ebac44.tar.gz
godot-d1318ee12c6c19bba899ce97e46a30c461ebac44.tar.zst
godot-d1318ee12c6c19bba899ce97e46a30c461ebac44.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 f2c5c5d42..d850ab943 100644
--- a/platform/uwp/detect.py
+++ b/platform/uwp/detect.py
@@ -27,6 +27,8 @@ def can_build():
def get_opts():
return [
+ ('msvc_version', 'MSVC version to use. Ignored if VCINSTALLDIR is set in shell env.', None),
+ (BoolVariable('use_mingw', 'Use the Mingw compiler, even if MSVC is installed. Only used on Windows.', False)),
]