Fix typo in ifarch condition

It's supposed to be "%ifarch s390x", not "%ifarch %{s390x}" as %{s390x}
macro doesn't exist.
This commit is contained in:
Kalev Lember 2022-08-24 11:33:27 +02:00
parent 3e4bfaceac
commit 5075a9d0d6

View File

@ -671,7 +671,7 @@ MOZ_LINK_FLAGS="$MOZ_LINK_FLAGS -Wl,--no-keep-memory -Wl,--strip-debug"
echo "ac_add_options --enable-linker=gold" >> .mozconfig
%endif
%endif
%ifarch %{arm} %{ix86} %{s390x}
%ifarch %{arm} %{ix86} s390x
export RUSTFLAGS="-Cdebuginfo=0"
%endif
%if %{build_with_asan}