Skip to content

Commit 92203fe

Browse files
committed
Try to fix linker problem for the maturin arm build.
1 parent 43e5046 commit 92203fe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,6 @@ pyo3-build-config = "0.23"
2626
[lib]
2727
name = "zarrquet"
2828
crate-type = ["cdylib", "rlib"]
29+
30+
[target.armv7-unknown-linux-gnueabi]
31+
linker = "arm-linux-gnueabi-gcc"

0 commit comments

Comments
 (0)