diff options
Diffstat (limited to 'python/servo/build_commands.py')
-rw-r--r-- | python/servo/build_commands.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/build_commands.py b/python/servo/build_commands.py index 76d75a0673b..dbd5e2d905c 100644 --- a/python/servo/build_commands.py +++ b/python/servo/build_commands.py @@ -756,7 +756,7 @@ class MachCommands(CommandBase): target_arch = target.split('-')[0] if target_arch == "aarch64": arch = "arm64" - elif target_arch == "x64": + elif target_arch == "x86_64": arch = "x64" else: print("ERROR: We do not have openxr_loader DLLs for %s" % target_arch) |