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;