mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
devel/ruff: Fix build on i386
Reported by: fallout
This commit is contained in:
parent
8df62e768b
commit
d27fdfcb7d
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ USES= cargo
|
|||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= astral-sh
|
||||
|
||||
RUSTFLAGS= ${ARCH:S/i386/YES/:C/^[a-z].*//:S/YES/-C target-feature=+sse,+sse2/} # add sse sse2 target-features only on i386
|
||||
|
||||
#CARGO_BUILD_ARGS= --package=file://${WRKSRC}/crates/ruff_cli
|
||||
CARGO_INSTALL_PATH= crates/ruff_cli
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue