micropython: Needs musl-legacy-compat for *-musl
This commit is contained in:
parent
8bc5db5017
commit
0885302f80
@ -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…
x
Reference in New Issue
Block a user