ruby: fix build on arm*-musl.
This commit is contained in:
@@ -30,6 +30,11 @@ case "$XBPS_TARGET_MACHINE" in
|
||||
;;
|
||||
esac
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
arm*-musl) # Default is ucontext
|
||||
configure_args+=" --with-coroutine=arm32"
|
||||
;;
|
||||
esac
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" ruby"
|
||||
|
||||
Reference in New Issue
Block a user