Skip to content

Commit

Permalink
[docgen] whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
kLabz committed Jan 31, 2024
1 parent b8a4421 commit 0c48fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extra/ImportAll.hx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0c48fb0

Please sign in to comment.