Skip to content

Commit 51d4aa8

Browse files
committed
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'
1 parent 0a96389 commit 51d4aa8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

platforms/Windows/bld/bld.wxs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,9 @@
321321
<Component>
322322
<File Source="$(TOOLCHAIN_ROOT)\usr\bin\ObservationMacros.dll" />
323323
</Component>
324+
<Component>
325+
<File Source="$(TOOLCHAIN_ROOT)\usr\bin\SwiftMacros.dll" />
326+
</Component>
324327
</ComponentGroup>
325328

326329
<ComponentGroup Id="argument_parser" Directory="_usr_bin">

0 commit comments

Comments
 (0)