webkit2gtk: no jit for i686
This commit is contained in:
parent
83dd6108fc
commit
b59f604d23
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ desc_option_sampling_profiler="Toggle sampling profiler support (disabled on mus
|
||||||
|
|
||||||
# JIT conflicts with sampling_profiler
|
# JIT conflicts with sampling_profiler
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
ppc*|mips*|arm*) ;;
|
i686|ppc*|mips*|arm*) ;;
|
||||||
*-musl) build_options_default+=" jit" ;;
|
*-musl) build_options_default+=" jit" ;;
|
||||||
*) build_options_default+=" jit sampling_profiler" ;;
|
*) build_options_default+=" jit sampling_profiler" ;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in a new issue