mirror of
https://github.com/SFML/SFML.git
synced 2024-11-24 20:31:05 +08:00
Disabled the JNI part due to compatibility issues
This commit is contained in:
parent
a5d45b910f
commit
ae0ec9d552
@ -6,7 +6,8 @@
|
||||
|
||||
// Do we want to showcase direct JNI/NDK interaction?
|
||||
// Undefine this to get real cross-platform code.
|
||||
#define USE_JNI
|
||||
// Uncomment this to try JNI access; this seems to be broken in latest NDKs
|
||||
//#define USE_JNI
|
||||
|
||||
#if defined(USE_JNI)
|
||||
// These headers are only needed for direct NDK/JDK interaction
|
||||
|
Loading…
Reference in New Issue
Block a user