Skip to content

Commit

Permalink
PlatformSetup: improve HL_PATH message with capital L in Lime and add…
Browse files Browse the repository at this point in the history
… bundled descriptor
  • Loading branch information
joshtynjala committed Nov 13, 2024
1 parent 5388c47 commit 3d10ea7
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 @@ -1239,7 +1239,7 @@ class PlatformSetup

public static function setupHL():Void
{
getDefineValue("HL_PATH", "Absolute path to a custom version of HashLink. Leave empty to use lime's default version.");
getDefineValue("HL_PATH", "Absolute path to a custom version of HashLink. Leave empty to use Lime's default bundled version.");
if (System.hostPlatform == MAC)
{
Log.println("To use the HashLink debugger on macOS, the hl executable needs to be signed.");
Expand Down

0 comments on commit 3d10ea7

Please sign in to comment.