mirror of
https://github.com/servo/servo.git
synced 2025-06-29 11:33:39 +01:00
Use correct openxr loader path for x64.
This commit is contained in:
parent
91469aa472
commit
4c7922759f
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue