mirror of
https://github.com/microsoft/terminal.git
synced 2025-12-19 18:11:39 -05: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:
@@ -83,6 +83,7 @@ function Set-MsbuildDevEnvironment
|
||||
switch ($env:PROCESSOR_ARCHITECTURE) {
|
||||
"amd64" { $arch = "x64" }
|
||||
"x86" { $arch = "x86" }
|
||||
"arm64" { $arch = "arm64" }
|
||||
default { throw "Unknown architecture: $switch" }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user