webkit2gtk: enable gir for i686-musl
This commit is contained in:
parent
93c56678d7
commit
32f23069ff
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ desc_option_jit="Enable JustInTime JS support"
|
|||
desc_option_sampling_profiler="Toggle sampling profiler support (disabled on musl)"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
x86_64-musl) build_options_default+=" gir jit" ;;
|
||||
i686-musl|x86_64-musl) build_options_default+=" gir jit" ;;
|
||||
ppc*-musl) ;;
|
||||
mips-musl) ;;
|
||||
armv[56]*-musl) ;;
|
||||
|
|
Loading…
Reference in a new issue