Make compiler installed by default for standard platforms.
This commit is contained in:
@@ -20,7 +20,6 @@ public class SampleMIDlet extends MIDlet {
|
||||
script = DEFAULT_SCRIPT;
|
||||
|
||||
// create an environment to run in
|
||||
LuaC.install();
|
||||
LuaValue _G = JmePlatform.standardGlobals();
|
||||
_G.get("require").call( LuaValue.valueOf(script) );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user