Merge pull request #17844 from Faless/uwp_fix

Fix UWP build after #17194
This commit is contained in:
Rémi Verschelde 2018-04-02 11:51:26 +02:00 committed by GitHub
commit 59710880cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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("""