mirror of https://git.FreeBSD.org/ports.git
devel/py-qcs-sdk-python: Fix build on i386
Reported by: fallout
(cherry picked from commit e5213b9887
)
This commit is contained in:
parent
3771a38447
commit
0b0d1882c1
|
@ -24,6 +24,8 @@ USE_GITHUB= yes
|
|||
GH_ACCOUNT= rigetti
|
||||
GH_PROJECT= qcs-sdk-rust
|
||||
|
||||
RUSTFLAGS= ${ARCH:S/i386/YES/:C/^[a-z].*//:S/YES/-C target-feature=+sse,+sse2/} # add sse sse2 target-features only on i386
|
||||
|
||||
CARGO_CRATES= addr2line-0.21.0 \
|
||||
adler-1.0.2 \
|
||||
aho-corasick-1.1.2 \
|
||||
|
|
Loading…
Reference in New Issue