File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ set(SWIFT_ENABLE_GOLD_LINKER FALSE CACHE BOOL
77
77
"Enable using the gold linker when available" )
78
78
79
79
set (_SWIFT_KNOWN_INSTALL_COMPONENTS
80
- "compiler;clang-builtin-headers;clang-resource-dir-symlink;clang-builtin-headers-in-clang-resource-dir;clang-libclang;arclite-symlink;stdlib;stdlib-experimental;sdk-overlay;editor-integration;lang-docs; tools;testsuite-tools;dev;sourcekit-xpc-service;sourcekit-inproc" )
80
+ "compiler;clang-builtin-headers;clang-resource-dir-symlink;clang-builtin-headers-in-clang-resource-dir;clang-libclang;arclite-symlink;stdlib;stdlib-experimental;sdk-overlay;editor-integration;tools;testsuite-tools;dev;sourcekit-xpc-service;sourcekit-inproc" )
81
81
82
82
# Set the SWIFT_INSTALL_COMPONENTS variable to the default value if it is not passed in via -D
83
83
set (SWIFT_INSTALL_COMPONENTS "${_SWIFT_KNOWN_INSTALL_COMPONENTS} " CACHE STRING
Original file line number Diff line number Diff line change @@ -440,7 +440,7 @@ install-lldb
440
440
install-llbuild
441
441
install-swiftpm
442
442
install-prefix =/usr
443
- swift-install-components =compiler; clang-builtin-headers;stdlib;sdk-overlay;lang-docs; dev
443
+ swift-install-components =compiler; clang-builtin-headers;stdlib;sdk-overlay;dev
444
444
build-swift-static-stdlib =1
445
445
skip-test-lldb =1
446
446
You can’t perform that action at this time.
0 commit comments