mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 01:48:05 +00:00
Bug 1217827 - Enable MOZ_WEBRTC for Firefox OS on aarch64. r=glandium
webtrc should be used on aarch64 targets. When not enabled we hit bad ANDROID_NDK path (see Bug 1218702) so we actually cannot build without it right now.
This commit is contained in:
parent
e8397e7416
commit
800fa53d99
@ -4979,7 +4979,7 @@ AC_SUBST(MOZ_WEBRTC_HAVE_ETHTOOL_SPEED_HI)
|
||||
|
||||
# target_arch is from {ia32|x64|arm|ppc}
|
||||
case "$CPU_ARCH" in
|
||||
x86_64 | arm | x86 | ppc* | ia64)
|
||||
x86_64 | arm | aarch64 | x86 | ppc* | ia64)
|
||||
:
|
||||
;;
|
||||
*)
|
||||
|
Loading…
Reference in New Issue
Block a user