firefox-esr: no rust for i686-musl

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Jürgen Buchmüller 2018-08-12 04:53:34 +02:00
parent 3ab1b3e236
commit d7f4b26336
No known key found for this signature in database
GPG Key ID: 6764EC32352D0647
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ build_options_default="alsa dbus gtk3 pulseaudio startup_notification xscreensav
desc_option_rust="Build rust components"
case "$XBPS_TARGET_MACHINE" in
i686*|x86_64*) build_options_default+=" rust";;
i686|x86_64*) build_options_default+=" rust";;
esac
post_extract() {