update default condition of llvm-tools for install step
Signed-off-by: onur-ozkan <work@onurozkan.dev>
This commit is contained in:
parent
63de63e8a4
commit
475e743e89
1 changed files with 1 additions and 1 deletions
|
|
@ -244,7 +244,7 @@ install!((self, builder, _config),
|
|||
);
|
||||
}
|
||||
};
|
||||
LlvmTools, alias = "llvm-tools", Self::should_build(_config), only_hosts: true, {
|
||||
LlvmTools, alias = "llvm-tools", _config.llvm_tools_enabled && _config.llvm_enabled(_config.build), only_hosts: true, {
|
||||
if let Some(tarball) = builder.ensure(dist::LlvmTools { target: self.target }) {
|
||||
install_sh(builder, "llvm-tools", self.compiler.stage, Some(self.target), &tarball);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue