Skip to content

Commit 45a635d

Browse files
committed
add arm64 target
1 parent 43297d8 commit 45a635d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

native/ortex/.cargo/config.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ rustflags = [
1212
]
1313
[target.x86_64-unknown-linux-gnu]
1414
rustflags = [ "-Clink-args=-Wl,-rpath,$ORIGIN" ]
15+
[target.aarch64-unknown-linux-gnu]
16+
rustflags = [ "-Clink-args=-Wl,-rpath,$ORIGIN" ]

0 commit comments

Comments
 (0)