pmt: change macro name

This commit is contained in:
2024-05-13 23:23:02 +03:00
committed by GitHub
parent 8fe1548796
commit b5790af803

View File

@@ -21,7 +21,7 @@ extern "C" {
#endif #endif
/* check compiler. only NDK supported */ /* check compiler. only NDK supported */
#if !defined(ANDROID) #if !defined(__ANDROID__)
#error "compilation can only be done with android NDK" #error "compilation can only be done with android NDK"
#endif #endif