mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
spice-gtk: enable gir for i686-musl
This commit is contained in:
parent
e7bc19465d
commit
952a2b35db
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ CFLAGS="-Wno-error"
|
|||
build_options="gir vala"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
x86_64-musl) build_options_default+=" gir vala" ;;
|
||||
i686-musl|x86_64-musl) build_options_default+=" gir vala" ;;
|
||||
*-musl) ;;
|
||||
*) build_options_default+=" gir vala" ;;
|
||||
esac
|
||||
|
|
Loading…
Add table
Reference in a new issue