mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-28 05:10:49 +00:00
Bug 1480652 - add an aarch64 windows case to ServoBindings.toml; r=xidorn
This is the LLVM target name that's getting used in https://github.com/rust-lang/rust/pull/53173.
This commit is contained in:
parent
9bd631e865
commit
a19ca9d1ab
@ -45,6 +45,7 @@ args = [
|
||||
]
|
||||
"arch=x86" = ["--target=i686-pc-win32"]
|
||||
"arch=x86_64" = ["--target=x86_64-pc-win32"]
|
||||
"arch=aarch64" = ["--target=aarch64-pc-windows-msvc"]
|
||||
|
||||
[structs]
|
||||
headers = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user