Browse Source

[docgen] whoops

Rudy Ges 1 năm trước cách đây
mục cha
commit
0c48fb049f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;