Skip to content

Commit

Permalink
misc/bedrust: Fix build on i386
Browse files Browse the repository at this point in the history
Reported by:	fallout
  • Loading branch information
yurivict committed May 10, 2024
1 parent 4aca578 commit 500de06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions misc/bedrust/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 500de06

Please sign in to comment.