We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2514de commit 165b7d7Copy full SHA for 165b7d7
platforms/Windows/sdk/sdk.wxs
@@ -337,10 +337,10 @@
337
338
<ComponentGroup Id="_FoundationCollections" Directory="_FoundationCollections.swiftmodule">
339
<Component>
340
- <File Source="$(SDK_ROOT)\usr\lib\swift\windows\_FoundationCollections.swiftmodule\$(ArchArchDir).swiftdoc" />
+ <File Source="$(SDK_ROOT)\usr\lib\swift\windows\_FoundationCollections.swiftmodule\$(ArchTriple).swiftdoc" />
341
</Component>
342
343
- <File Source="$(SDK_ROOT)\usr\lib\swift\windows\_FoundationCollections.swiftmodule\$(ArchArchDir).swiftmodule" />
+ <File Source="$(SDK_ROOT)\usr\lib\swift\windows\_FoundationCollections.swiftmodule\$(ArchTriple).swiftmodule" />
344
345
</ComponentGroup>
346
0 commit comments