webkit2gtk: fix jit option usage
[ci skip] Closes: #11363 [via git-merge-pr]
This commit is contained in:
parent
c8c0c587b2
commit
83dd6108fc
1 changed files with 1 additions and 2 deletions
|
@ -48,8 +48,7 @@ desc_option_sampling_profiler="Toggle sampling profiler support (disabled on mus
|
|||
|
||||
# JIT conflicts with sampling_profiler
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
x86_64-musl) build_options_default+=" jit" ;;
|
||||
ppc*-musl|mips-musl|arm*-musl) ;;
|
||||
ppc*|mips*|arm*) ;;
|
||||
*-musl) build_options_default+=" jit" ;;
|
||||
*) build_options_default+=" jit sampling_profiler" ;;
|
||||
esac
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue