Improve error message on HL/Windows
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user