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:
parent
3e4bfaceac
commit
5075a9d0d6
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user