webkit2gtk: break again for arm*-musl

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Jürgen Buchmüller 2019-05-02 13:38:55 +02:00
parent c99d076acd
commit 0d64bea7ea
No known key found for this signature in database
GPG key ID: DE55AD8DBEBB4EE8

View file

@ -40,6 +40,7 @@ build_options_default="wayland x11"
case "$XBPS_TARGET_MACHINE" in
arm*-musl) # cross building hangs for hours in g-ir-scanner-qemuwrapper
broken="cross compiling from x86_64 to arm*-musl stalls the builders"
;;
*) build_options_default+=" gir"
esac