mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +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
|
esac
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
arm*-musl) # Default is ucontext
|
||||||
|
configure_args+=" --with-coroutine=arm32"
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" ruby"
|
hostmakedepends+=" ruby"
|
||||||
|
|
Loading…
Add table
Reference in a new issue