We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 841ee6b + 45a635d commit 2903f58Copy full SHA for 2903f58
native/ortex/.cargo/config.toml
@@ -12,3 +12,5 @@ rustflags = [
12
]
13
[target.x86_64-unknown-linux-gnu]
14
rustflags = [ "-Clink-args=-Wl,-rpath,$ORIGIN" ]
15
+[target.aarch64-unknown-linux-gnu]
16
+rustflags = [ "-Clink-args=-Wl,-rpath,$ORIGIN" ]
0 commit comments