From 70ab11cea9589c2c1ce6c7065d7aca11e6bb12b0 Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Wed, 1 Nov 2023 10:15:43 -0700 Subject: [PATCH] WiX: package up macro support libraries Add the swift syntax runtime libraries and swiftmodules to enable macros on Windows. --- platforms/Windows/bld/bld.wxs | 43 ++++++++++++++++++++++++++++++++++- 1 file changed, 42 insertions(+), 1 deletion(-) diff --git a/platforms/Windows/bld/bld.wxs b/platforms/Windows/bld/bld.wxs index f45fed65..6e680b1b 100644 --- a/platforms/Windows/bld/bld.wxs +++ b/platforms/Windows/bld/bld.wxs @@ -1,4 +1,11 @@  + + + + + + + - + @@ -325,6 +332,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -342,6 +382,7 @@ +