bismuth: broken on big endian
This commit is contained in:
parent
4602c1b917
commit
57df5d7ac9
|
@ -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…
Reference in New Issue