Browse Source

Merge pull request #17844 from Faless/uwp_fix

Fix UWP build after #17194
Rémi Verschelde 7 years ago
parent
commit
59710880cd
1 changed files with 2 additions and 0 deletions
  1. 2 0
      platform/uwp/detect.py

+ 2 - 0
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("""