Rudy Ges преди 1 година
родител
ревизия
0c48fb049f
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      extra/ImportAll.hx

+ 1 - 1
extra/ImportAll.hx

@@ -51,7 +51,7 @@ class ImportAll {
 			if(!isSysTarget()) return;
 		case "sys.thread":
 			if ( !Context.defined("target.threaded") ) return;
-		case "jvm":
+		case "java" | "jvm":
 			if( !Context.defined("jvm") ) return;
 		case "python":
 			if ( !Context.defined("python") ) return;