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 74ab40b commit b5c3c76Copy full SHA for b5c3c76
utils/swift_build_support/swift_build_support/products/llvm.py
@@ -459,6 +459,6 @@ def install(self, host_target):
459
460
if self.args.llvm_install_components and system() == 'Darwin':
461
clang_dest_dir = '{}{}'.format(host_install_destdir,
462
- targets.install_prefix())
+ self.args.install_prefix)
463
self.copy_embedded_compiler_rt_builtins_from_darwin_host_toolchain(
464
clang_dest_dir)
0 commit comments