diff --git a/scripts/windows/builder.ps1 b/scripts/windows/builder.ps1 index 40669fe..44a9253 100644 --- a/scripts/windows/builder.ps1 +++ b/scripts/windows/builder.ps1 @@ -351,7 +351,7 @@ function Get-CMakeConfigureArgs { } # Build for all supported GPU archs, not just the detected arch. - $kwargs += "-DBUILD_ALL_SUPPORTED_ARCHS" + $kwargs += "-DBUILD_ALL_SUPPORTED_ARCHS=ON" # Detect Python from current environment $pythonExe = (Get-Command python -ErrorAction SilentlyContinue).Source