mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-23 09:37:02 +02:00
ldc: broken on musl for now
This commit is contained in:
parent
3cb75c947d
commit
141db8d6f2
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue