Skip to content

Commit

Permalink
Fix github release script for armv6/7
Browse files Browse the repository at this point in the history
  • Loading branch information
ikatson committed Nov 27, 2023
1 parent ad284c9 commit 7d46318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cargo/config
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ 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"]
rustflags = ["-C", "link-arg=-Wl,--allow-multiple-definition", "-l", "atomic"]

0 comments on commit 7d46318

Please sign in to comment.