From 5388c47a8b5042db8a25759fbd625e6098019bf5 Mon Sep 17 00:00:00 2001 From: Josh Tynjala Date: Wed, 13 Nov 2024 11:15:06 -0800 Subject: [PATCH] PlatformSetup: more formal grammar --- tools/utils/PlatformSetup.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/utils/PlatformSetup.hx b/tools/utils/PlatformSetup.hx index d5786aea0d..ec329924c2 100644 --- a/tools/utils/PlatformSetup.hx +++ b/tools/utils/PlatformSetup.hx @@ -1245,7 +1245,7 @@ class PlatformSetup Log.println("To use the HashLink debugger on macOS, the hl executable needs to be signed."); if (ConfigHelper.getConfigValue("HL_PATH") != null) { - Log.println("When building HashLink from source, make sure to have run `make codesign_osx` before installing."); + Log.println("When building HashLink from source, you must run `make codesign_osx` before installing."); } else {