Update pmt.h

This commit is contained in:
2024-05-13 23:34:56 +03:00
committed by GitHub
parent 9dd29f96b8
commit cd3f65a145

View File

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