matio: fix musl build

This commit is contained in:
Đoàn Trần Công Danh 2020-11-19 08:44:25 +07:00
parent bce30287cb
commit 6cd5cf12c4

View file

@ -17,6 +17,10 @@ if [ "$CROSS_BUILD" ]; then
configure_args+=" ac_cv_va_copy=C99"
fi
if [ "$XBPS_TARGET_LIBC" = musl ]; then
makedepends+=" musl-legacy-compat"
fi
post_install() {
vlicense COPYING
}