From 4c7922759fb99918b9995046d6ac22272e96653d Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Thu, 15 Aug 2019 16:59:07 -0400 Subject: Use correct openxr loader path for x64. --- python/servo/build_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/servo/build_commands.py') 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) -- cgit v1.2.3