Skip to content

Commit 700c61c

Browse files
committed
build: repair the build of the ARM64 SDK
This is needed when testing the full packaging rules. We had accidentally regressed this build.
1 parent 9d4bac9 commit 700c61c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -944,6 +944,7 @@ function Install-Redist($Arch) {
944944
if ($ToBatch) { return }
945945

946946
$RedistInstallRoot = Get-RuntimeInstallRoot $Arch
947+
if ($null -eq $RedistInstallRoot) { return }
947948

948949
Remove-Item -Force -Recurse $RedistInstallRoot -ErrorAction Ignore
949950
Copy-Directory "$($Arch.SDKInstallRoot)\usr\bin" "$RedistInstallRoot\usr"

0 commit comments

Comments
 (0)