Bug 1760484 - Add webrtc configs for arm64 openbsd. r=mjf

Differential Revision: https://phabricator.services.mozilla.com/D149473
This commit is contained in:
Mike Hommey
2022-06-20 20:58:39 +00:00
parent a5bd885dd2
commit 10b90bad75
6 changed files with 80 additions and 30 deletions

View File

@@ -653,7 +653,7 @@ def main():
for is_debug in (True, False):
for target_os in ("android", "linux", "mac", "openbsd", "win"):
target_cpus = ["x64"]
if target_os in ("android", "linux", "mac", "win"):
if target_os in ("android", "linux", "mac", "win", "openbsd"):
target_cpus.append("arm64")
if target_os in ("android", "linux"):
target_cpus.append("arm")