ldc: broken on musl for now
This commit is contained in:
parent
3cb75c947d
commit
141db8d6f2
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user