remove hmh comment from build script (remnant of copy & paste)

This commit is contained in:
2024-02-12 11:52:08 -05:00
parent ffcecd659e
commit 2721adf088
-1
View File
@@ -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
}