Add haxelib-debug

This commit is contained in:
Joshua Granick
2017-05-24 16:30:58 -07:00
parent e52839e2ad
commit d5774bbc49
4 changed files with 9 additions and 4 deletions

View File

@@ -2037,6 +2037,10 @@ class CommandLineTools {
includePaths.push (argument.substr (2));
} else if (argument == "-haxelib-debug") {
HaxelibHelper.debug = true;
} else if (argument == "-args") {
catchArguments = true;