Update pmt.h

This commit is contained in:
2024-05-13 23:30:54 +03:00
committed by GitHub
parent 2af00a8028
commit 7254637caf

View File

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