ruby: support mips*-musl with libucontext-0.10
This commit is contained in:
parent
cafd5e5962
commit
db72e3d70e
|
@ -37,7 +37,7 @@ case "$XBPS_TARGET_MACHINE" in
|
|||
ppc64*) # Default is ucontext on BE, but ppc64le really just means ELFv2
|
||||
configure_args+=" --with-coroutine=ppc64le"
|
||||
;;
|
||||
ppc-musl)
|
||||
mips*-musl|ppc-musl)
|
||||
_need_libucontext=yes
|
||||
makedepends+=" libucontext-devel"
|
||||
configure_args+=" LIBS=-lucontext"
|
||||
|
|
Loading…
Reference in New Issue