From 07d63944c1bf1fb6ca98a9130ca9900c0a1995a5 Mon Sep 17 00:00:00 2001 From: YZBruh Date: Mon, 13 May 2024 23:36: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 2e3d462..3dae714 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