webkit2gtk: enable gir for i686-musl

This commit is contained in:
Jürgen Buchmüller 2019-02-23 20:32:53 +01:00
parent 93c56678d7
commit 32f23069ff
1 changed files with 1 additions and 1 deletions

View File

@ -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) ;;