We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e75de0b commit 7c1aeb6Copy full SHA for 7c1aeb6
platforms/Windows/bld/bld.wxs
@@ -326,6 +326,12 @@
326
</Component>
327
</ComponentGroup>
328
329
+ <ComponentGroup Id="FoundationMacros" Directory="_usr_bin">
330
+ <Component>
331
+ <File Source="$(TOOLCHAIN_ROOT)\usr\bin\FoundationMacros.dll" />
332
+ </Component>
333
+ </ComponentGroup>
334
+
335
<ComponentGroup Id="argument_parser" Directory="_usr_bin">
336
<Component>
337
<File Source="$(DEVTOOLS_ROOT)\usr\bin\ArgumentParser.dll" />
@@ -425,6 +431,7 @@
425
431
<ComponentGroupRef Id="swift_driver" />
426
432
<ComponentGroupRef Id="swift_syntax" />
427
433
<ComponentGroupRef Id="SwiftMacros" />
434
+ <ComponentGroupRef Id="FoundationMacros" />
428
435
429
436
<ComponentGroupRef Id="ClangResources" />
430
437
0 commit comments