bismuth: broken on big endian

This commit is contained in:
q66 2022-12-17 00:20:54 +00:00
parent 4602c1b917
commit 57df5d7ac9
1 changed files with 4 additions and 0 deletions

View File

@ -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
}