Skip to content

Commit 9e11bb7

Browse files
authored
Merge pull request #296 from rintaro/6.0-wix-swiftmacrosdll
[6.0] WiX: add `SwiftMacros.dll` to the image
2 parents 8bb7dec + 4e63ab2 commit 9e11bb7

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)