Force disable CFFI build macro except rare case

This commit is contained in:
Joshua Granick
2018-08-14 12:18:11 -07:00
parent ccf8c48923
commit d10a092ed6

View File

@@ -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 {