From cce7e0c6e9cd0cc5c7ff620b5a3a6aef401fa59b Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Thu, 25 May 2023 10:57:11 -0700 Subject: [PATCH] WiX: package up CompilerPluginSupport module This is part of the Manifest API in SPM and expected to be present. Package this into the distribution as well. --- platforms/Windows/devtools-amd64.wxs | 13 +++++++++++++ platforms/Windows/devtools-arm64.wxs | 13 +++++++++++++ 2 files changed, 26 insertions(+) diff --git a/platforms/Windows/devtools-amd64.wxs b/platforms/Windows/devtools-amd64.wxs index 62004e20..4648e4dc 100644 --- a/platforms/Windows/devtools-amd64.wxs +++ b/platforms/Windows/devtools-amd64.wxs @@ -143,6 +143,19 @@ + + + + + + + + + + + + + diff --git a/platforms/Windows/devtools-arm64.wxs b/platforms/Windows/devtools-arm64.wxs index b9249c5d..545b8992 100644 --- a/platforms/Windows/devtools-arm64.wxs +++ b/platforms/Windows/devtools-arm64.wxs @@ -143,6 +143,19 @@ + + + + + + + + + + + + +