We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00f3a44 commit 8f26db1Copy full SHA for 8f26db1
platforms/Windows/bld/bld.wxs
@@ -338,6 +338,12 @@
338
</Component>
339
</ComponentGroup>
340
341
+ <ComponentGroup Id="FoundationMacros" Directory="_usr_bin">
342
+ <Component>
343
+ <File Source="$(TOOLCHAIN_ROOT)\usr\bin\FoundationMacros.dll" />
344
+ </Component>
345
+ </ComponentGroup>
346
+
347
<ComponentGroup Id="argument_parser" Directory="_usr_bin">
348
<Component>
349
<File Source="$(DEVTOOLS_ROOT)\usr\bin\ArgumentParser.dll" />
@@ -490,6 +496,7 @@
490
496
<ComponentGroupRef Id="swift_syntax" />
491
497
<ComponentGroupRef Id="plugin_server" />
492
498
<ComponentGroupRef Id="SwiftMacros" />
499
+ <ComponentGroupRef Id="FoundationMacros" />
493
500
494
501
<ComponentGroupRef Id="ClangResources" />
495
502
0 commit comments