Skip to content

Commit 16fcde7

Browse files
authored
Add target configuration for aarch64 architecture
1 parent 6558dd7 commit 16fcde7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ anyhow = "1.0"
1010

1111
[dev-dependencies]
1212
tempfile = "3.24"
13+
14+
[target.aarch64-unknown-linux-gnu]
15+
linker = "aarch64-linux-gnu-gcc"

0 commit comments

Comments
 (0)