misc/quary: Fix build on i386

This commit is contained in:
Yuri Victorovich 2024-05-25 18:24:38 -07:00
parent d65a728b53
commit a67e716bdd

View file

@ -15,6 +15,8 @@ USES= cargo
USE_GITHUB= yes USE_GITHUB= yes
GH_ACCOUNT= quarylabs GH_ACCOUNT= quarylabs
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 \ CARGO_CRATES= addr2line-0.21.0 \
adler-1.0.2 \ adler-1.0.2 \
ahash-0.7.8 \ ahash-0.7.8 \