PlatformSetup: Further refine HL setup to explain how to remove a custom HL_PATH value

This commit is contained in:
Josh Tynjala
2025-02-20 10:19:55 -08:00
parent c975a31f12
commit b8435aa894

View File

@@ -1238,6 +1238,8 @@ class PlatformSetup
var message = "Absolute path to a custom version of HashLink.";
if (ConfigHelper.getConfigValue("HL_PATH") == null) {
message += " Leave empty to use Lime's default bundled version.";
} else {
message += " Leave empty to keep the currently configured version. To restore Lime's default bundled version, run the command: lime config remove HL_PATH";
}
getDefineValue("HL_PATH", message);
if (System.hostPlatform == MAC)