Skip to content

Commit 6aab335

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 6aab335

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

platforms/Windows/bld/bld.wxs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,11 @@
322322
<File Source="$(TOOLCHAIN_ROOT)\usr\bin\ObservationMacros.dll" />
323323
</Component>
324324
</ComponentGroup>
325+
<ComponentGroup Id="SwiftMacros" Directory="_usr_bin">
326+
<Component>
327+
<File Source="$(TOOLCHAIN_ROOT)\usr\bin\SwiftMacros.dll" />
328+
</Component>
329+
</ComponentGroup>
325330

326331
<ComponentGroup Id="argument_parser" Directory="_usr_bin">
327332
<Component>

0 commit comments

Comments
 (0)