Skip to content

Commit 8961f6a

Browse files
committed
WiX: update locations for bootstrapped toolchain
The bootstrapping changes introduced a small change to the layout of the staged toolchain. Update the references to accommodate that. (cherry picked from commit db08c59)
1 parent 5f24d30 commit 8961f6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

platforms/Windows/rtl/shared/lib/rtl.shared.lib.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
<?if $(ProductArchitecture) != x86?>
122122
<ComponentGroup Id="swift_backtrace_$(ProductArchitecture)" Directory="RUNTIMEDIR_$(ProductArchitecture)">
123123
<Component Directory="LIBEXECDIR_$(ProductArchitecture)">
124-
<File Source="$(SDKRoot)\usr\libexec\swift\swift-backtrace.exe" />
124+
<File Source="$(RuntimeRoot)\usr\libexec\swift\swift-backtrace.exe" />
125125
</Component>
126126
</ComponentGroup>
127127
<?endif?>

0 commit comments

Comments
 (0)