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