bismuth: broken on big endian
This commit is contained in:
parent
4602c1b917
commit
57df5d7ac9
1 changed files with 4 additions and 0 deletions
|
@ -21,6 +21,10 @@ if [ "$XBPS_CROSS_BUILD" ]; then
|
|||
configure_args+=" -DBUILD_TESTING=OFF"
|
||||
fi
|
||||
|
||||
if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
|
||||
broken="npm WARN exec The following package was not found and will be installed: esbuild"
|
||||
fi
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue