Force disable CFFI build macro except rare case
This commit is contained in:
@@ -53,8 +53,10 @@ typedef CFFIPointer = Dynamic;
|
|||||||
#end
|
#end
|
||||||
|
|
||||||
#if (!macro && !lime_doc_gen)
|
#if (!macro && !lime_doc_gen)
|
||||||
|
#if (disable_cffi || haxe_ver < "3.4.0"))
|
||||||
@:build(lime.system.CFFI.build())
|
@:build(lime.system.CFFI.build())
|
||||||
#end
|
#end
|
||||||
|
#end
|
||||||
|
|
||||||
|
|
||||||
class NativeCFFI {
|
class NativeCFFI {
|
||||||
|
|||||||
Reference in New Issue
Block a user