File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ def build_swift_toolchain(workspace, args):
193
193
'--install-symroot={}/build/compat_macos/symroot' .format (workspace ),
194
194
'--installable-package={}/build/compat_macos/root.tar.gz' .format (workspace ),
195
195
'--llvm-install-components=libclang;libclang-headers' ,
196
- '--swift-install-components=compiler;clang-builtin-headers;stdlib;sdk-overlay;license;sourcekit-xpc-service;swift-remote-mirror;swift-remote-mirror-headers' ,
196
+ '--swift-install-components=compiler;clang-builtin-headers;stdlib;sdk-overlay;parser-lib; license;sourcekit-xpc-service;swift-remote-mirror;swift-remote-mirror-headers' ,
197
197
'--symbols-package={}/build/compat_macos/root-symbols.tar.gz' .format (workspace ),
198
198
'--verbose-build' ,
199
199
'--reconfigure' ,
You can’t perform that action at this time.
0 commit comments