PlatformSetup: more formal grammar

This commit is contained in:
Josh Tynjala
2024-11-13 11:15:06 -08:00
parent 19b571d8c2
commit 5388c47a8b

View File

@@ -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
{