From d4e01faf3da08e665fb2af14183612c9e080ab6a Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Fri, 17 Nov 2023 13:20:30 -0800 Subject: [PATCH] WiX: package up `SwiftBridging` C++ module Add the missing header and modulemap definition for the SwiftBridging module in Swift. This improves the C++ interop coverage on Windows. --- platforms/Windows/bld/bld.wxs | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/platforms/Windows/bld/bld.wxs b/platforms/Windows/bld/bld.wxs index f80be619..da35ff3f 100644 --- a/platforms/Windows/bld/bld.wxs +++ b/platforms/Windows/bld/bld.wxs @@ -21,6 +21,7 @@ + @@ -219,6 +220,13 @@ + + + + + + +