webkit2gtk: handle i686-musl the same as i686

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Jürgen Buchmüller 2019-05-08 20:50:48 +02:00
parent eb7925da02
commit f7c684d305
No known key found for this signature in database
GPG key ID: DE55AD8DBEBB4EE8

View file

@ -55,7 +55,7 @@ esac
# JIT conflicts with sampling_profiler
case "$XBPS_TARGET_MACHINE" in
i686|ppc*|mips*|arm*) ;;
i686*|ppc*|mips*|arm*) ;;
*-musl) build_options_default+=" jit" ;;
*) build_options_default+=" jit sampling_profiler" ;;
esac