1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

misc/bedrust: Fix build on i386

Reported by:	fallout
This commit is contained in:
Yuri Victorovich 2024-05-09 23:20:52 -07:00
parent 4aca578dd3
commit 500de062ca

View File

@ -15,6 +15,8 @@ USES= cargo
USE_GITHUB= yes
GH_ACCOUNT= darko-mesaros
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 \
aligned-vec-0.5.0 \