sequoia-sop: nocross on arm32
This commit is contained in:
parent
3e49a78f4c
commit
1c6bfc0dd5
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue