diff --git a/srcpkgs/webkit2gtk/template b/srcpkgs/webkit2gtk/template index 551b5a371d7..fe2c2748860 100644 --- a/srcpkgs/webkit2gtk/template +++ b/srcpkgs/webkit2gtk/template @@ -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"