Update pmt.h

This commit is contained in:
2024-05-13 23:26:39 +03:00
committed by GitHub
parent b5790af803
commit 2af00a8028

View File

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