Skip to content

Commit cc57ac7

Browse files
authored
Merge pull request #295 from rintaro/wix-swiftmacrosdll
WiX: add `SwiftMacros.dll` to the image
2 parents 0a96389 + 51d4aa8 commit cc57ac7

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)