浏览代码

[docgen] whoops

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;
 			if(!isSysTarget()) return;
 		case "sys.thread":
 		case "sys.thread":
 			if ( !Context.defined("target.threaded") ) return;
 			if ( !Context.defined("target.threaded") ) return;
-		case "jvm":
+		case "java" | "jvm":
 			if( !Context.defined("jvm") ) return;
 			if( !Context.defined("jvm") ) return;
 		case "python":
 		case "python":
 			if ( !Context.defined("python") ) return;
 			if ( !Context.defined("python") ) return;