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
|
echo "ac_add_options --enable-linker=gold" >> .mozconfig
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%ifarch %{arm} %{ix86} %{s390x}
|
%ifarch %{arm} %{ix86} s390x
|
||||||
export RUSTFLAGS="-Cdebuginfo=0"
|
export RUSTFLAGS="-Cdebuginfo=0"
|
||||||
%endif
|
%endif
|
||||||
%if %{build_with_asan}
|
%if %{build_with_asan}
|
||||||
|
Loading…
Reference in New Issue
Block a user