firefox-esr: no rust for i686-musl
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
3ab1b3e236
commit
d7f4b26336
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ build_options_default="alsa dbus gtk3 pulseaudio startup_notification xscreensav
|
||||||
desc_option_rust="Build rust components"
|
desc_option_rust="Build rust components"
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
i686*|x86_64*) build_options_default+=" rust";;
|
i686|x86_64*) build_options_default+=" rust";;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
|
|
Loading…
Reference in a new issue