devel/py-qcs-sdk-python: Fix build on i386

Reported by:	fallout

(cherry picked from commit e5213b9887)
This commit is contained in:
Yuri Victorovich 2024-05-08 08:03:28 -07:00
parent 3771a38447
commit 0b0d1882c1
1 changed files with 2 additions and 0 deletions

View File

@ -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 \