webkitgtk: fix musl*

This commit is contained in:
Jürgen Buchmüller 2018-02-04 13:36:06 +01:00
parent 0541962d5f
commit 3c1c1b1b93
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ if [ -z "$CROSS_BUILD" ]; then
fi
case "$XBPS_TARGET_MACHINE" in
armv5*|aarch64*)
armv5*|aarch64*|mips*)
CFLAGS+=" -DENABLE_YARR_JIT=0"
CXXFLAGS+=" -DENABLE_YARR_JIT=0"
configure_args+=" --disable-jit"