Browse Source

Merge pull request #17844 from Faless/uwp_fix

Fix UWP build after #17194
Rémi Verschelde 7 năm trước cách đây
mục cha
commit
59710880cd
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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("""