From 4e63ab253f477ecef23e8003b07b422945e1acc6 Mon Sep 17 00:00:00 2001 From: Rintaro Ishizaki Date: Wed, 15 May 2024 11:24:00 -0700 Subject: [PATCH] WiX: add `SwiftMacros.dll` to the image This adds an additional DLL to the image. 'SwiftMacros.dll' includes macro implementations for stdlib. e.g. 'TaskLocal' (cherry picked from commit 51d4aa81a3a7f6fee4b6bf961fa899bfad93e118) rdar://128092675 --- platforms/Windows/bld/bld.wxs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/platforms/Windows/bld/bld.wxs b/platforms/Windows/bld/bld.wxs index 66be691e..071e0c49 100644 --- a/platforms/Windows/bld/bld.wxs +++ b/platforms/Windows/bld/bld.wxs @@ -321,6 +321,9 @@ + + +