mirror of
https://github.com/servo/servo.git
synced 2025-08-16 19:05:33 +01:00
Support building UWP with native UWP rustc target.
This commit is contained in:
parent
723df4abcf
commit
5367da98f8
11 changed files with 949 additions and 919 deletions
|
@ -25,8 +25,14 @@ ar = "aarch64-linux-gnu-ar"
|
|||
[target.x86_64-pc-windows-msvc]
|
||||
linker = "lld-link.exe"
|
||||
|
||||
[target.x86_64-uwp-windows-msvc]
|
||||
linker = "lld-link.exe"
|
||||
|
||||
[target.i686-pc-windows-msvc]
|
||||
linker = "lld-link.exe"
|
||||
|
||||
[target.aarch64-pc-windows-msvc]
|
||||
linker = "lld-link.exe"
|
||||
|
||||
[target.aarch64-uwp-windows-msvc]
|
||||
linker = "lld-link.exe"
|
Loading…
Add table
Add a link
Reference in a new issue