Skip to content

Commit a1aed3b

Browse files
committed
[utils/build-presets] For the package preset, also install the clang headers so libclang can find them.
1 parent 9c565fe commit a1aed3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build-presets.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ mixin-preset=
588588
dash-dash
589589

590590
swift-install-components=compiler;clang-builtin-headers;stdlib;sdk-overlay;sourcekit-xpc-service
591-
llvm-install-components=libclang
591+
llvm-install-components=libclang;clang-headers
592592

593593
# Path to the .tar.gz package we would create.
594594
installable-package=%(installable_package)s

0 commit comments

Comments
 (0)