From 7254637caf3055cbea7b5cd19dc3ec940a38c189 Mon Sep 17 00:00:00 2001 From: YZBruh Date: Mon, 13 May 2024 23:30:54 +0300 Subject: [PATCH] Update pmt.h --- src/include/pmt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/pmt.h b/src/include/pmt.h index c694a5f..2142c97 100644 --- a/src/include/pmt.h +++ b/src/include/pmt.h @@ -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