mirror of
https://github.com/microsoft/terminal.git
synced 2025-12-10 18:43:54 -06:00
Add arm64 build support to the build script (#18946)
It built successfully following the documentation on my Snapdragon Surface Laptop :)
This commit is contained in:
parent
9c452cd985
commit
6e1f4a72be
@ -83,6 +83,7 @@ function Set-MsbuildDevEnvironment
|
|||||||
switch ($env:PROCESSOR_ARCHITECTURE) {
|
switch ($env:PROCESSOR_ARCHITECTURE) {
|
||||||
"amd64" { $arch = "x64" }
|
"amd64" { $arch = "x64" }
|
||||||
"x86" { $arch = "x86" }
|
"x86" { $arch = "x86" }
|
||||||
|
"arm64" { $arch = "arm64" }
|
||||||
default { throw "Unknown architecture: $switch" }
|
default { throw "Unknown architecture: $switch" }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user