Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions backends/qualcomm/scripts/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ if (-not $SkipArm64Windows) {

# Activate the VS environment for ARM64 MSVC toolchain
$VsGenerator = Get-InstalledVsGenerator
& $VsGenerator.DevShell -Arch arm64
& $VsGenerator.DevShell -Arch arm64 -SkipAutomaticLocation
Assert-GeneratorSupported $VsGenerator.Generator

Prepare-BuildDir $BuildRoot
Expand Down Expand Up @@ -335,7 +335,7 @@ if (-not $SkipX86Windows) {

# Activate the VS environment for AMD64 MSVC toolchain
$VsGenerator = Get-InstalledVsGenerator
& $VsGenerator.DevShell -Arch amd64
& $VsGenerator.DevShell -Arch amd64 -SkipAutomaticLocation
Assert-GeneratorSupported $VsGenerator.Generator

Prepare-BuildDir $BuildRoot
Expand Down
Loading