diff --git a/scripts/build.ps1 b/scripts/build.ps1 index 17c7f326..96a4542b 100644 --- a/scripts/build.ps1 +++ b/scripts/build.ps1 @@ -4,7 +4,6 @@ $path_root = git rev-parse --show-toplevel if ($IsWindows) { $devshell = Join-Path $path_root 'scripts/helpers/devshell.ps1' - # This HandmadeHero implementation is only designed for 64-bit systems & $devshell -arch amd64 }