From 512eb036f5360178411b9280cf26dbf9dde42a27 Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Sun, 11 Dec 2022 21:27:19 -0800 Subject: [PATCH] WiX: package Cxx into the runtime Add the swiftCxx module into the runtime. This is required by any code which imports `Cxx`. --- platforms/Windows/runtime-amd64.wxs | 6 ++++++ platforms/Windows/runtime-arm64.wxs | 6 ++++++ platforms/Windows/runtime-x86.wxs | 6 ++++++ 3 files changed, 18 insertions(+) diff --git a/platforms/Windows/runtime-amd64.wxs b/platforms/Windows/runtime-amd64.wxs index 05be9df8..5785c71a 100644 --- a/platforms/Windows/runtime-amd64.wxs +++ b/platforms/Windows/runtime-amd64.wxs @@ -60,6 +60,9 @@ + + + @@ -123,6 +126,9 @@ + + + diff --git a/platforms/Windows/runtime-arm64.wxs b/platforms/Windows/runtime-arm64.wxs index 8b76d8de..df32b09a 100644 --- a/platforms/Windows/runtime-arm64.wxs +++ b/platforms/Windows/runtime-arm64.wxs @@ -60,6 +60,9 @@ + + + @@ -123,6 +126,9 @@ + + + diff --git a/platforms/Windows/runtime-x86.wxs b/platforms/Windows/runtime-x86.wxs index 6c0b27ca..68748e46 100644 --- a/platforms/Windows/runtime-x86.wxs +++ b/platforms/Windows/runtime-x86.wxs @@ -59,6 +59,9 @@ + + + @@ -122,6 +125,9 @@ + + +