Update pmt.h

This commit is contained in:
2024-05-13 23:36:54 +03:00
committed by GitHub
parent 36b7bcf246
commit 07d63944c1

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