Build webrtc on aarch64/armv7, fixes rhbz #1858433

This commit is contained in:
Peter Robinson 2020-07-28 18:40:36 +01:00
parent 6dc06e9cbf
commit 5a73516edd

View File

@ -448,10 +448,6 @@ echo "ac_add_options --disable-debug" >> .mozconfig
echo "ac_add_options --disable-jemalloc" >> .mozconfig
%endif
%ifnarch %{ix86} x86_64 ppc64le
echo "ac_add_options --disable-webrtc" >> .mozconfig
%endif
%if !%{enable_mozilla_crashreporter}
echo "ac_add_options --disable-crashreporter" >> .mozconfig
%endif