Fix github release script for armv6/7

This commit is contained in:
Igor Katson 2023-11-27 17:38:01 +00:00
parent ad284c921c
commit 7d46318e98
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5

View file

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