Move load/loadPrime to CFFI, remove new CFFI constructor, use @:cffi instead
This commit is contained in:
@@ -9,8 +9,8 @@ import haxe.Serializer;
|
||||
import haxe.Unserializer;
|
||||
import haxe.io.Path;
|
||||
import haxe.rtti.Meta;
|
||||
import lime.system.CFFI;
|
||||
import lime.tools.helpers.*;
|
||||
import lime.system.System;
|
||||
import lime.tools.platforms.*;
|
||||
import lime.project.*;
|
||||
import sys.io.File;
|
||||
@@ -363,7 +363,7 @@ class CommandLineTools {
|
||||
|
||||
if (args.length > 0 && args[0].toLowerCase () == "rebuild") {
|
||||
|
||||
System.disableCFFI = true;
|
||||
CFFI.enabled = false;
|
||||
|
||||
}
|
||||
|
||||
@@ -371,7 +371,7 @@ class CommandLineTools {
|
||||
|
||||
if (arg == "-nocffi" || arg == "-rebuild") {
|
||||
|
||||
System.disableCFFI = true;
|
||||
CFFI.enabled = false;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user