Skip to content

Commit a19ca9d

Browse files
committed
Bug 1480652 - add an aarch64 windows case to ServoBindings.toml; r=xidorn
This is the LLVM target name that's getting used in rust-lang/rust#53173.
1 parent 9bd631e commit a19ca9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

layout/style/ServoBindings.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ args = [
4545
]
4646
"arch=x86" = ["--target=i686-pc-win32"]
4747
"arch=x86_64" = ["--target=x86_64-pc-win32"]
48+
"arch=aarch64" = ["--target=aarch64-pc-windows-msvc"]
4849

4950
[structs]
5051
headers = [

0 commit comments

Comments
 (0)