Compile fix
This commit is contained in:
@@ -134,7 +134,11 @@ class JNI {
|
|||||||
|
|
||||||
init ();
|
init ();
|
||||||
|
|
||||||
|
#if android
|
||||||
return lime_jni_get_env ();
|
return lime_jni_get_env ();
|
||||||
|
#else
|
||||||
|
return null;
|
||||||
|
#end
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user