Commit 9e36a563 authored by Jason R. Coombs's avatar Jason R. Coombs Committed by GitHub

Merge pull request #699 from JGoutin/patch-1

Fix regression in commit e404a4aa
parents 6e0a29de d506d3d7
......@@ -909,7 +909,7 @@ class EnvironmentInfo:
os.path.join(self.si.WindowsSdkDir, 'UnionMetadata'),
os.path.join(
ref,
'Windows.Foundation.UniversalApiContract'
'Windows.Foundation.UniversalApiContract',
'1.0.0.0',
),
os.path.join(
......@@ -919,7 +919,7 @@ class EnvironmentInfo:
),
os.path.join(
ref,
'Windows.Networking.Connectivity.WwanContract'
'Windows.Networking.Connectivity.WwanContract',
'1.0.0.0',
),
os.path.join(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment