mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
micropython: Needs musl-legacy-compat for *-musl
This commit is contained in:
parent
8bc5db5017
commit
0885302f80
1 changed files with 4 additions and 0 deletions
|
@ -16,6 +16,10 @@ case "$XBPS_TARGET_MACHINE" in
|
|||
ppc*) broken="missing nlr_push" ;;
|
||||
esac
|
||||
|
||||
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||
makedepends+=" musl-legacy-compat"
|
||||
fi
|
||||
|
||||
pre_configure() {
|
||||
sed -i 's|-Werror||;/^COPT =/d' Makefile
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue