diff options
Diffstat (limited to 'www-client/firefox/firefox-115.9.1.ebuild')
-rw-r--r-- | www-client/firefox/firefox-115.9.1.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www-client/firefox/firefox-115.9.1.ebuild b/www-client/firefox/firefox-115.9.1.ebuild index d07acf7df8f4..731334c2bbdd 100644 --- a/www-client/firefox/firefox-115.9.1.ebuild +++ b/www-client/firefox/firefox-115.9.1.ebuild @@ -693,6 +693,8 @@ src_prepare() { export RUST_TARGET="x86_64-unknown-linux-musl" elif use x86 ; then export RUST_TARGET="i686-unknown-linux-musl" + elif use arm64 ; then + export RUST_TARGET="aarch64-unknown-linux-musl" else die "Unknown musl chost, please post your rustc -vV along with emerge --info on Gentoo's bug #915651" fi |