Replaced shared ICU libs with static - shared ones do not work because of exceptions
This commit is contained in:
@@ -664,7 +664,7 @@ class DemoRenderer extends GLSurfaceView_SDL.Renderer
|
||||
nativeInit( Globals.DataDir,
|
||||
Globals.CommandLine,
|
||||
( (Globals.SwVideoMode && Globals.MultiThreadedVideo) || Globals.CompatibilityHacksVideo ) ? 1 : 0,
|
||||
android.os.Debug.isDebuggerConnected() ? 1 : 0 );
|
||||
Globals.RedirectStdout ? 1 : 0 );
|
||||
System.exit(0); // The main() returns here - I don't bother with deinit stuff, just terminate process
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user