We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29b5155 commit af1cf47Copy full SHA for af1cf47
build_algorithms.ps1
@@ -34,7 +34,7 @@ $Environment = (Get-ChildItem Env:);
34
"x86", "SSE2", "AVX2", "AVX512", "ARM64" | ForEach-Object {
35
$ExtraFlags = "";
36
If ($_ -eq "x86") {
37
- Invoke-CmdScript "$VSRoot\VC\Auxiliary\Build\vcvarsamd64_x86.bat"
+ Invoke-CmdScript "$VSRoot\VC\Auxiliary\Build\vcvars32.bat"
38
} Elseif ($_ -eq "ARM64") {
39
Invoke-CmdScript "$VSRoot\VC\Auxiliary\Build\vcvarsamd64_arm64.bat"
40
$ExtraFlags = "--target=arm64-pc-windows-msvc";
0 commit comments