From 0c48fb049f8c1b99534f7098acafdd609bf28afe Mon Sep 17 00:00:00 2001 From: Rudy Ges Date: Wed, 31 Jan 2024 19:22:58 +0100 Subject: [PATCH] [docgen] whoops --- extra/ImportAll.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/ImportAll.hx b/extra/ImportAll.hx index f1332a3e77b..a0818d1f3c7 100644 --- a/extra/ImportAll.hx +++ b/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;