sequoia-sop: nocross on arm32

This commit is contained in:
classabbyamp 2024-11-05 17:48:14 -05:00
parent 3e49a78f4c
commit 1c6bfc0dd5
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
1 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,10 @@ if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" $makedepends"
fi
case "$XBPS_TARGET_MACHINE" in
armv*l) nocross="Requires C libs included in build.rs, which is currently broken in xbps-src. These failures only manifest on a hf archs right now";;
esac
pre_build() {
export ASSET_OUT_DIR=assets
}