From fbc85db1795e506ee666c3b58cd130acfcddcfd9 Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Fri, 4 Aug 2023 11:28:34 -0700 Subject: [PATCH] WiX: package CxxStdlib on Windows This is the first standard library component which is static only. Add this new module to the distribution. --- platforms/Windows/sdk/sdk.wxs | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/platforms/Windows/sdk/sdk.wxs b/platforms/Windows/sdk/sdk.wxs index 40aaeec8..c3eaaacd 100644 --- a/platforms/Windows/sdk/sdk.wxs +++ b/platforms/Windows/sdk/sdk.wxs @@ -100,6 +100,11 @@ + + + + + @@ -313,6 +318,21 @@ + + + + + + + + + + + + + + + @@ -479,6 +499,7 @@ +