We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
features.json
1 parent de8b4a0 commit fe35b36Copy full SHA for fe35b36
platforms/Windows/bld/bld.wxs
@@ -30,6 +30,7 @@
30
</DirectoryRef>
31
32
<DirectoryRef Id="_usr_share">
33
+ <Directory Id="_usr_share_clang" Name="clang" />
34
<Directory Id="_usr_share_swift" Name="swift" />
35
36
@@ -151,7 +152,15 @@
151
152
</Component>
153
</ComponentGroup>
154
155
+ <ComponentGroup Id="ClangFeatures" Directory="_usr_share_clang">
156
+ <Component>
157
+ <File Source="$(TOOLCHAIN_ROOT)\usr\share\clang\features.json" />
158
+ </Component>
159
+ </ComponentGroup>
160
+
161
<ComponentGroup Id="clang" Directory="_usr_bin">
162
+ <ComponentGroupRef Id="ClangFeatures" />
163
164
<!-- TODO(compnerd) can we use symbolic links to clang.exe instead? -->
165
<Component>
166
<File Source="$(TOOLCHAIN_ROOT)\usr\bin\clang-cl.exe" />
0 commit comments