Skip to content

Commit

Permalink
PlatformSetup: more formal grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Nov 13, 2024
1 parent 19b571d commit 5388c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/utils/PlatformSetup.hx
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 5388c47

Please sign in to comment.