From 3d10ea7eb6e7e103324a8c475e2e245966a75087 Mon Sep 17 00:00:00 2001 From: Josh Tynjala Date: Wed, 13 Nov 2024 11:16:20 -0800 Subject: [PATCH] PlatformSetup: improve HL_PATH message with capital L in Lime and add bundled descriptor --- 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 ec329924c..bbb62cc4f 100644 --- a/tools/utils/PlatformSetup.hx +++ b/tools/utils/PlatformSetup.hx @@ -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.");