mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
gedit: broken on *-musl
This commit is contained in:
parent
7e7fae6e8c
commit
37c12071bd
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ shlib_provides="libgedit-3.14.so"
|
|||
build_options="gir vala"
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686-musl|x86_64-musl) build_options_default+=" gir vala" ;;
|
||||
*-musl) ;;
|
||||
*-musl) broken=yes ;;
|
||||
*) build_options_default+=" gir vala" ;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue