Update pmt.h

This commit is contained in:
2024-05-13 23:35:30 +03:00
committed by GitHub
parent cd3f65a145
commit 36b7bcf246

View File

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