From 4b04674ea43d63bedc032f9e32c79307532bae62 Mon Sep 17 00:00:00 2001 From: Josh Tynjala Date: Thu, 1 Sep 2022 18:15:41 -0700 Subject: [PATCH] JNI: use doc_gen instead of lime_doc_gen to allow OpenFL API docs to build --- src/lime/system/JNI.hx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lime/system/JNI.hx b/src/lime/system/JNI.hx index ad2577f71..fea483491 100644 --- a/src/lime/system/JNI.hx +++ b/src/lime/system/JNI.hx @@ -367,7 +367,7 @@ class JNIMethod ``` **/ // Haxe 3 can't parse "target.threaded" inside parentheses. -#if !lime_doc_gen +#if !doc_gen #if target.threaded @:autoBuild(lime.system.JNI.JNISafetyTools.build()) #elseif (cpp || neko) @@ -376,7 +376,7 @@ class JNIMethod #end interface JNISafety {} -#if !lime_doc_gen +#if !doc_gen class JNISafetyTools { #if target.threaded