From 12f30ea731653d4bbd0da962446c181f8075139f 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 d5603f51..df65a680 100644 --- a/platforms/Windows/toolchain-amd64.wxs +++ b/platforms/Windows/toolchain-amd64.wxs @@ -87,6 +87,8 @@ + + @@ -600,6 +602,16 @@ + + + + + + + + + + diff --git a/platforms/Windows/toolchain-arm64.wxs b/platforms/Windows/toolchain-arm64.wxs index 2078aece..64b88416 100644 --- a/platforms/Windows/toolchain-arm64.wxs +++ b/platforms/Windows/toolchain-arm64.wxs @@ -87,6 +87,8 @@ + + @@ -600,6 +602,16 @@ + + + + + + + + + +