From 51d4aa81a3a7f6fee4b6bf961fa899bfad93e118 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' --- 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 @@ + + +