From 2721adf088b027d342a21fcbce9e4168f9d7e9d0 Mon Sep 17 00:00:00 2001 From: Ed_ Date: Mon, 12 Feb 2024 11:52:08 -0500 Subject: [PATCH] remove hmh comment from build script (remnant of copy & paste) --- scripts/build.ps1 | 1 - 1 file changed, 1 deletion(-) 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 }