Skip to content

Commit

Permalink
PlatformSetup: Further refine HL setup to explain how to remove a cus…
Browse files Browse the repository at this point in the history
…tom HL_PATH value
  • Loading branch information
joshtynjala committed Feb 20, 2025
1 parent c975a31 commit b8435aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/utils/PlatformSetup.hx
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b8435aa

Please sign in to comment.