Skip to content

Commit 2903f58

Browse files
authored
Merge pull request #13 from eglinai/feature/arm64-support
add arm64 target
2 parents 841ee6b + 45a635d commit 2903f58

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)