Skip to content

Commit 6e1f4a7

Browse files
authored
Add arm64 build support to the build script (#18946)
It built successfully following the documentation on my Snapdragon Surface Laptop :)
1 parent 9c452cd commit 6e1f4a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/OpenConsole.psm1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ function Set-MsbuildDevEnvironment
8383
switch ($env:PROCESSOR_ARCHITECTURE) {
8484
"amd64" { $arch = "x64" }
8585
"x86" { $arch = "x86" }
86+
"arm64" { $arch = "arm64" }
8687
default { throw "Unknown architecture: $switch" }
8788
}
8889

0 commit comments

Comments
 (0)