ruby: need ucontext on ppcle-musl too
This commit is contained in:
parent
cde9237f62
commit
50c091f9d3
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
;;
|
||||
mips*-musl|ppc-musl)
|
||||
mips*-musl|ppc*-musl)
|
||||
_need_libucontext=yes
|
||||
makedepends+=" libucontext-devel"
|
||||
configure_args+=" LIBS=-lucontext"
|
||||
|
|
Loading…
Reference in a new issue