From b5790af803757996cb0a1880df6fb0295bbce2eb Mon Sep 17 00:00:00 2001 From: YZBruh Date: Mon, 13 May 2024 23:23:02 +0300 Subject: [PATCH] pmt: change macro name --- 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 3dae714..e16c126 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) +#if !defined(__ANDROID__) #error "compilation can only be done with android NDK" #endif