ldc: broken on musl for now

This commit is contained in:
Andrew Benson 2022-06-02 14:39:43 -05:00
parent 3cb75c947d
commit 141db8d6f2

View file

@ -28,6 +28,10 @@ nocross="dmd compilation fails on cross"
# tests timeout on musl; also require unpackaged python3-lit
make_check=no
case "$XBPS_TARGET_MACHINE" in
*musl) broken="somehow attemps to resolve glibc symbols?" ;;
esac
post_install() {
vlicense LICENSE
}