We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43e5046 commit 92203feCopy full SHA for 92203fe
Cargo.toml
@@ -26,3 +26,6 @@ pyo3-build-config = "0.23"
26
[lib]
27
name = "zarrquet"
28
crate-type = ["cdylib", "rlib"]
29
+
30
+[target.armv7-unknown-linux-gnueabi]
31
+linker = "arm-linux-gnueabi-gcc"
0 commit comments