mirror of
https://github.com/herdrdev/herdr.git
synced 2026-09-21 16:01:04 +00:00
@@ -401,6 +401,11 @@ switch ($architecture) {
|
||||
$target = "windows-x86_64"
|
||||
$targetTriple = "x86_64-pc-windows-msvc"
|
||||
}
|
||||
"Arm64" {
|
||||
$target = "windows-x86_64"
|
||||
$targetTriple = "x86_64-pc-windows-msvc"
|
||||
Write-Step "Windows ARM64 detected; installing the x86_64 build under Windows emulation."
|
||||
}
|
||||
default {
|
||||
Write-Error "Unsupported Windows architecture: $architecture"
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user