Improve error message on HL/Windows
This commit is contained in:
@@ -204,13 +204,13 @@ class WindowsPlatform extends PlatformTarget
|
|||||||
{
|
{
|
||||||
ProjectHelper.copyLibrary(project, ndll, "Windows" + (is64 ? "64" : ""), "", ".hdll", applicationDirectory, project.debug,
|
ProjectHelper.copyLibrary(project, ndll, "Windows" + (is64 ? "64" : ""), "", ".hdll", applicationDirectory, project.debug,
|
||||||
targetSuffix);
|
targetSuffix);
|
||||||
|
|
||||||
if (!project.environment.exists("HL_PATH"))
|
if (!project.environment.exists("HL_PATH"))
|
||||||
{
|
{
|
||||||
var command = #if lime "lime" #else "hxp" #end;
|
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{
|
}else{
|
||||||
System.copyFile(project.environment.get("HL_PATH") + '/ssl.hdll', applicationDirectory + '/ssl.hdll');
|
System.copyFile(project.environment.get("HL_PATH") + '/ssl.hdll', applicationDirectory + '/ssl.hdll');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user