Quellcode durchsuchen

[doc] avoid jar-tool problem

Simon Krajewski vor 6 Jahren
Ursprung
Commit
e69b532aab
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      extra/ImportAll.hx

+ 1 - 1
extra/ImportAll.hx

@@ -70,7 +70,7 @@ class ImportAll {
 			if( !Context.defined("eval") ) return;
 		case "ssl":
 			if (!Context.defined("neko") && !Context.defined("cpp")) return;
-		case "tools", "build-tool": return;
+		case "tools", "build-tool", "jar-tool": return;
 		}
 		for( p in Context.getClassPath() ) {
 			if( p == "/" )