diff --git a/platform/uwp/detect.py b/platform/uwp/detect.py index 3ee195e4f93..0e7b125dc5e 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("""