Update pmt.h

This commit is contained in:
2024-05-13 23:31:41 +03:00
committed by GitHub
parent 7254637caf
commit 9dd29f96b8

View File

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