webkit2gtk: disable jit again for armv7l*

This commit is contained in:
Helmut Pozimski 2019-08-30 14:46:18 +02:00
parent 4cab13d461
commit c25a82bf67

View file

@ -55,7 +55,7 @@ fi
# only a few platform support JIT
case "$XBPS_TARGET_MACHINE" in
armv7l*|aarch64*|x86_64*|mips*)
aarch64*|x86_64*|mips*)
build_options_default+=" jit"
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
build_options_default+=" sampling_profiler"