devel/git-workspace: Fix build on i386

Reported by:	fallout
This commit is contained in:
Yuri Victorovich 2024-10-30 14:34:22 -07:00
parent 97338d7a36
commit 176fe17775

View file

@ -17,6 +17,8 @@ USES= cargo localbase:ldflags
USE_GITHUB= yes
GH_ACCOUNT= orf
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= adler-1.0.2 \
aho-corasick-1.1.3 \
alloc-no-stdlib-2.0.4 \