webrtc supports only selected arches
This commit is contained in:
parent
16aa23b092
commit
646b5ed883
@ -225,6 +225,10 @@ echo "ac_add_options --enable-optimize" >> .mozconfig
|
||||
echo "ac_add_options --disable-elf-hack" >> .mozconfig
|
||||
%endif
|
||||
|
||||
%ifnarch %{ix86} x86_64 %{arm}
|
||||
echo "ac_add_options --disable-webrtc" >> .mozconfig
|
||||
%endif
|
||||
|
||||
#===============================================================================
|
||||
|
||||
%build
|
||||
|
Loading…
Reference in New Issue
Block a user