mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
sequoia-sop: nocross on arm32
This commit is contained in:
parent
3e49a78f4c
commit
1c6bfc0dd5
1 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,10 @@ if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" $makedepends"
|
hostmakedepends+=" $makedepends"
|
||||||
fi
|
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() {
|
pre_build() {
|
||||||
export ASSET_OUT_DIR=assets
|
export ASSET_OUT_DIR=assets
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue