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.
1 parent 43297d8 commit 45a635dCopy full SHA for 45a635d
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