Skip to content

Commit 1e14a5d

Browse files
committed
Enable host tools for aarch64-unknown-linux-ohos
1 parent 683dd08 commit 1e14a5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_target/src/spec/targets/aarch64_unknown_linux_ohos.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pub(crate) fn target() -> Target {
1111
metadata: TargetMetadata {
1212
description: Some("ARM64 OpenHarmony".into()),
1313
tier: Some(2),
14-
host_tools: Some(false),
14+
host_tools: Some(true),
1515
std: Some(true),
1616
},
1717
pointer_width: 64,

0 commit comments

Comments
 (0)