Skip to content

Commit 73d95ce

Browse files
committed
fractal: broken everywhere
1 parent 7f1dd14 commit 73d95ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

srcpkgs/fractal/template

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ if [ "$XBPS_TARGET_WORDSIZE" = 32 ]; then
2424
broken="runs out of memory when linking"
2525
fi
2626
nocross=yes
27+
if [ "$XBPS_TARGET_LIBC" = musl ]; then
28+
broken="broken"
29+
fi
2730

2831
post_patch() {
2932
if [ "$CROSS_BUILD" ]; then

0 commit comments

Comments
 (0)