mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
gxi: broken x86_64-musl
This commit is contained in:
parent
93856029cc
commit
4f4657d90e
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@ distfiles="https://github.com/Cogitri/gxi/releases/download/v${version}/gxi-${ve
|
|||
checksum=3e5420a284d685490887d96aba2a2eab9d41a6baa1e6b800d077e2ecf246422f
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
x86_64-musl) ;;
|
||||
*-musl) broken="error: Could not compile 'glib'." ;
|
||||
x86_64-musl) broken="error: Could not compile 'gio'." ;;
|
||||
*-musl) broken="error: Could not compile 'glib'." ;;
|
||||
esac
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue