Skip to content

Commit 81501d5

Browse files
committed
[Windows SDK] Fix SwiftDispatch file references
This was mistakenly renamed in swiftlang#406.
1 parent a82805c commit 81501d5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

platforms/Windows/platforms/windows/windows.wxs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -362,10 +362,10 @@
362362
<?if $(IncludeARM64) = True?>
363363
<ComponentGroup Id="libdispatch.arm64">
364364
<Component Directory="Dispatch.swiftmodule" DiskId="2">
365-
<File Source="$(SDKRoot)\usr\lib\swift\windows\Dispatch.swiftmodule\aarch64-unknown-windows-msvc.swiftdoc" />
365+
<File Name="aarch64-unknown-windows-msvc.swiftdoc" Source="$(SDKRoot)\usr\lib\swift\windows\aarch64\Dispatch.swiftdoc" />
366366
</Component>
367367
<Component Directory="Dispatch.swiftmodule" DiskId="2">
368-
<File Source="$(SDKRoot)\usr\lib\swift\windows\Dispatch.swiftmodule\aarch64-unknown-windows-msvc.swiftmodule" />
368+
<File Name="aarch64-unknown-windows-msvc.swiftmodule" Source="$(SDKRoot)\usr\lib\swift\windows\aarch64\Dispatch.swiftmodule" />
369369
</Component>
370370

371371
<Component Directory="WindowsSDK_usr_lib_swift_windows_arm64" DiskId="2">
@@ -379,10 +379,10 @@
379379
<?if $(IncludeX64) = True?>
380380
<ComponentGroup Id="libdispatch.x64">
381381
<Component Directory="Dispatch.swiftmodule" DiskId="3">
382-
<File Source="$(SDKRoot)\usr\lib\swift\windows\Dispatch.swiftmodule\x86_64-unknown-windows-msvc.swiftdoc" />
382+
<File Name="x86_64-unknown-windows-msvc.swiftdoc" Source="$(SDKRoot)\usr\lib\swift\windows\x86_64\Dispatch.swiftdoc" />
383383
</Component>
384384
<Component Directory="Dispatch.swiftmodule" DiskId="3">
385-
<File Source="$(SDKRoot)\usr\lib\swift\windows\Dispatch.swiftmodule\x86_64-unknown-windows-msvc.swiftmodule" />
385+
<File Name="x86_64-unknown-windows-msvc.swiftmodule" Source="$(SDKRoot)\usr\lib\swift\windows\x86_64\Dispatch.swiftmodule" />
386386
</Component>
387387

388388
<Component Directory="WindowsSDK_usr_lib_swift_windows_x64" DiskId="3">
@@ -396,10 +396,10 @@
396396
<?if $(IncludeX86) = True?>
397397
<ComponentGroup Id="libdispatch.x86">
398398
<Component Directory="Dispatch.swiftmodule" DiskId="4">
399-
<File Source="$(SDKRoot)\usr\lib\swift\windows\Dispatch.swiftmodule\i686-unknown-windows-msvc.swiftdoc" />
399+
<File Name="i686-unknown-windows-msvc.swiftdoc" Source="$(SDKRoot)\usr\lib\swift\windows\i686\Dispatch.swiftdoc" />
400400
</Component>
401401
<Component Directory="Dispatch.swiftmodule" DiskId="4">
402-
<File Source="$(SDKRoot)\usr\lib\swift\windows\Dispatch.swiftmodule\i686-unknown-windows-msvc.swiftmodule" />
402+
<File Name="i686-unknown-windows-msvc.swiftmodule" Source="$(SDKRoot)\usr\lib\swift\windows\i686\Dispatch.swiftmodule" />
403403
</Component>
404404

405405
<Component Directory="WindowsSDK_usr_lib_swift_windows_x86" DiskId="4">

0 commit comments

Comments
 (0)