Improve error message on HL/Windows

This commit is contained in:
Joshua Granick
2020-10-29 14:55:53 -07:00
parent 1b809a4918
commit 12b83bd590

View File

@@ -209,7 +209,7 @@ class WindowsPlatform extends PlatformTarget
{
var command = #if lime "lime" #else "hxp" #end;
Log.info("You must define HL_PATH to copy HL dependencies: '" + command + " setup hl' first");
Log.error("You must define HL_PATH to copy HashLink dependencies, please run '" + command + " setup hl' first");
}else{
System.copyFile(project.environment.get("HL_PATH") + '/ssl.hdll', applicationDirectory + '/ssl.hdll');