Skip to content

Commit b8435aa

Browse files
committed
PlatformSetup: Further refine HL setup to explain how to remove a custom HL_PATH value
1 parent c975a31 commit b8435aa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/utils/PlatformSetup.hx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1238,6 +1238,8 @@ class PlatformSetup
12381238
var message = "Absolute path to a custom version of HashLink.";
12391239
if (ConfigHelper.getConfigValue("HL_PATH") == null) {
12401240
message += " Leave empty to use Lime's default bundled version.";
1241+
} else {
1242+
message += " Leave empty to keep the currently configured version. To restore Lime's default bundled version, run the command: lime config remove HL_PATH";
12411243
}
12421244
getDefineValue("HL_PATH", message);
12431245
if (System.hostPlatform == MAC)

0 commit comments

Comments
 (0)