Disable HAXEPATH logic in haxelib helper
This commit is contained in:
@@ -426,14 +426,14 @@ class HaxelibHelper {
|
||||
|
||||
} else {
|
||||
|
||||
var haxe = Sys.getEnv ("HAXEPATH");
|
||||
// var haxe = Sys.getEnv ("HAXEPATH");
|
||||
var command = "haxelib";
|
||||
|
||||
if (haxe != null) {
|
||||
// if (haxe != null) {
|
||||
|
||||
command = PathHelper.combine (haxe, command);
|
||||
// command = PathHelper.combine (haxe, command);
|
||||
|
||||
}
|
||||
// }
|
||||
|
||||
return ProcessHelper.runCommand (path, command, args, safeExecute, ignoreErrors, print);
|
||||
|
||||
@@ -458,14 +458,14 @@ class HaxelibHelper {
|
||||
|
||||
} else {
|
||||
|
||||
var haxe = Sys.getEnv ("HAXEPATH");
|
||||
// var haxe = Sys.getEnv ("HAXEPATH");
|
||||
var command = "haxelib";
|
||||
|
||||
if (haxe != null) {
|
||||
// if (haxe != null) {
|
||||
|
||||
command = PathHelper.combine (haxe, command);
|
||||
// command = PathHelper.combine (haxe, command);
|
||||
|
||||
}
|
||||
// }
|
||||
|
||||
return ProcessHelper.runProcess (path, command, args, waitForOutput, safeExecute, ignoreErrors, print, returnErrorValue);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user