mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +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"
|
build_options="gir vala"
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
x86_64-musl) build_options_default+=" gir vala" ;;
|
i686-musl|x86_64-musl) build_options_default+=" gir vala" ;;
|
||||||
*-musl) ;;
|
*-musl) ;;
|
||||||
*) build_options_default+=" gir vala" ;;
|
*) build_options_default+=" gir vala" ;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Add table
Reference in a new issue