ruby: fix build on arm*-musl.

This commit is contained in:
Leah Neukirchen 2020-04-06 21:56:54 +02:00
parent 38ca0b973c
commit 828d9b7217

View file

@ -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"