From 7e7c946a436fa3c032f0e6302cb5470e63aacbf2 Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Tue, 16 May 2023 11:03:08 -0700 Subject: [PATCH] WiX: add swiftToCxx content to the toolchain distribution Include the `swiftToCxx` content as compiler resources for the Swift compiler for the distribution. This is part oft the C++ interop work. Fixes: apple/swift#63446 --- platforms/Windows/toolchain-amd64.wxs | 12 ++++++++++++ platforms/Windows/toolchain-arm64.wxs | 12 ++++++++++++ 2 files changed, 24 insertions(+) diff --git a/platforms/Windows/toolchain-amd64.wxs b/platforms/Windows/toolchain-amd64.wxs index 6be738b8..3139063f 100644 --- a/platforms/Windows/toolchain-amd64.wxs +++ b/platforms/Windows/toolchain-amd64.wxs @@ -72,6 +72,8 @@ + + @@ -442,6 +444,16 @@ + + + + + + + + + + diff --git a/platforms/Windows/toolchain-arm64.wxs b/platforms/Windows/toolchain-arm64.wxs index f6c0f792..8776df5d 100644 --- a/platforms/Windows/toolchain-arm64.wxs +++ b/platforms/Windows/toolchain-arm64.wxs @@ -72,6 +72,8 @@ + + @@ -442,6 +444,16 @@ + + + + + + + + + +