Skip to content

Commit 0cac022

Browse files
committed
WiX: correct distribution location for static Distributed
Install the distributed static library into the correct location for linking. This would have prevented the linker from finding the file.
1 parent 0fcadfc commit 0cac022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platforms/Windows/platforms/windows/windows.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1598,7 +1598,7 @@
15981598
<File Source="$(ExperimentalSDKRoot)\usr\lib\swift_static\windows\Distributed.swiftmodule\i686-unknown-windows-msvc.swiftmodule" />
15991599
</Component>
16001600

1601-
<Component Directory="WindowsExperimentalSDK_usr_lib_swift_windows_x86">
1601+
<Component Directory="WindowsExperimentalSDK_usr_lib_swift_static_windows_x86">
16021602
<File Source="$(ExperimentalSDKRoot)\usr\lib\swift_static\windows\i686\libswiftDistributed.lib" />
16031603
</Component>
16041604
</ComponentGroup>

0 commit comments

Comments
 (0)