Skip to content

Commit

Permalink
devel/cargo-leptos: Fix build on i386
Browse files Browse the repository at this point in the history
Reported by:	fallout

(cherry picked from commit 78fa3fa)
  • Loading branch information
yurivict committed Apr 28, 2024
1 parent ea0258c commit ab48099
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions devel/cargo-leptos/Makefile
Expand Up @@ -15,6 +15,8 @@ USES= cargo
USE_GITHUB= yes
GH_ACCOUNT= leptos-rs

CARGO_FEATURES= ${ARCH:S/i386/YES/:C/^[a-z].*//:S/YES/sse sse2/} # add sse sse2 features only on i386

CARGO_CRATES= addr2line-0.21.0 \
adler-1.0.2 \
adler32-1.2.0 \
Expand Down

0 comments on commit ab48099

Please sign in to comment.