mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 13:46:58 +02:00
ruby: fix build on arm*-musl.
This commit is contained in:
parent
38ca0b973c
commit
828d9b7217
1 changed files with 5 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue