Skip to content

Commit bfd966d

Browse files
compnerdrintaro
authored andcommitted
WiX: extract Testing Macros into a component (NFC)
Extract the testing macros into their own component group. Each repository is currently setup into a single component group that we then enumerate into the install image. This follows suit for the testing macros. (cherry picked from commit 0932d6b)
1 parent a936786 commit bfd966d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

platforms/Windows/bld/bld.wxs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,9 @@
324324
<Component>
325325
<File Source="$(TOOLCHAIN_ROOT)\usr\bin\SwiftMacros.dll" />
326326
</Component>
327+
</ComponentGroup>
328+
329+
<ComponentGroup Id="TestingMacros" Directory="_usr_bin">
327330
<Component>
328331
<File Source="$(TOOLCHAIN_ROOT)\usr\bin\TestingMacros.dll" />
329332
</Component>
@@ -428,6 +431,7 @@
428431
<ComponentGroupRef Id="swift_driver" />
429432
<ComponentGroupRef Id="swift_syntax" />
430433
<ComponentGroupRef Id="SwiftMacros" />
434+
<ComponentGroupRef Id="TestingMacros" />
431435

432436
<ComponentGroupRef Id="ClangResources" />
433437

0 commit comments

Comments
 (0)