diff --git a/srcpkgs/bismuth/template b/srcpkgs/bismuth/template index 540c04bf73d..20eff41cd3c 100644 --- a/srcpkgs/bismuth/template +++ b/srcpkgs/bismuth/template @@ -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 }