Skip to content

Commit 99b2e04

Browse files
committed
add aarch64 support for HermitCore
1 parent b6801b7 commit 99b2e04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dlmalloc = { version = "0.1", features = ['rustc-dep-of-std'] }
5050
[target.x86_64-fortanix-unknown-sgx.dependencies]
5151
fortanix-sgx-abi = { version = "0.3.2", features = ['rustc-dep-of-std'] }
5252

53-
[target.x86_64-unknown-hermit.dependencies]
53+
[target.'cfg(all(any(target_arch = "x86_64", target_arch = "aarch64"), target_os = "hermit"))'.dependencies]
5454
hermit-abi = { version = "0.1", features = ['rustc-dep-of-std'] }
5555

5656
[target.wasm32-wasi.dependencies]

0 commit comments

Comments
 (0)