webkit2gtk: enable gir for i686-musl
This commit is contained in:
parent
93c56678d7
commit
32f23069ff
|
@ -45,7 +45,7 @@ desc_option_jit="Enable JustInTime JS support"
|
||||||
desc_option_sampling_profiler="Toggle sampling profiler support (disabled on musl)"
|
desc_option_sampling_profiler="Toggle sampling profiler support (disabled on musl)"
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
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) ;;
|
ppc*-musl) ;;
|
||||||
mips-musl) ;;
|
mips-musl) ;;
|
||||||
armv[56]*-musl) ;;
|
armv[56]*-musl) ;;
|
||||||
|
|
Loading…
Reference in New Issue