rqbit/.cargo/config.toml
2024-08-03 11:16:34 +01:00

6 lines
No EOL
260 B
TOML

[target.arm-unknown-linux-gnueabihf]
rustflags = ["-l", "atomic"]
[target.armv7-unknown-linux-gnueabihf]
# Workaround for: https://github.com/rust-lang/compiler-builtins/issues/420
rustflags = ["-C", "link-arg=-Wl,--allow-multiple-definition", "-l", "atomic"]