Haxe 3.1.3 fix
This commit is contained in:
@@ -513,7 +513,11 @@ class CFFI {
|
||||
|
||||
}
|
||||
|
||||
#if (haxe_ver >= 3.2)
|
||||
expr += '$cffiName.call (';
|
||||
#else
|
||||
expr += '$cffiName (';
|
||||
#end
|
||||
|
||||
for (i in 0...type.args.length) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user