From 3a85febf4d845bf01a43942025714cc1c6ec5a56 Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Sun, 27 Aug 2023 09:47:26 -0700 Subject: [PATCH] WiX: adjust Cxx module packaging Adjust for Cxx being built statically now (which removes the runtime distribution content and puts the library into the SDK). The C++ interop support now matches the Darwin and Linux platforms and distributes it as static libraries as the interface is fragile still. --- platforms/Windows/rtl/lib/rtllib.wxs | 3 --- platforms/Windows/sdk/sdk.wxs | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/platforms/Windows/rtl/lib/rtllib.wxs b/platforms/Windows/rtl/lib/rtllib.wxs index a8621629..628017e9 100644 --- a/platforms/Windows/rtl/lib/rtllib.wxs +++ b/platforms/Windows/rtl/lib/rtllib.wxs @@ -29,9 +29,6 @@ - - -