Fix github release script for armv6/7
This commit is contained in:
parent
ad284c921c
commit
7d46318e98
1 changed files with 1 additions and 1 deletions
|
|
@ -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"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue