rqbit/.cargo/config
2023-11-26 10:26:49 +00:00

6 lines
No EOL
244 B
Text

[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"]