mirror of
https://github.com/servo/servo.git
synced 2025-06-29 03:23:41 +01:00
Auto merge of #23977 - servo:jdm-patch-46, r=Manishearth
Use correct openxr loader path for x64 <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23977) <!-- Reviewable:end -->
This commit is contained in:
commit
ec2ca08e8e
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