From 6a035f8f419027a093266676654415db1b426f0d Mon Sep 17 00:00:00 2001 From: YZBruh Date: Mon, 13 May 2024 23:43:35 +0300 Subject: [PATCH] Update pmt.h --- src/include/pmt.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/include/pmt.h b/src/include/pmt.h index 3dae714..cfe07a9 100644 --- a/src/include/pmt.h +++ b/src/include/pmt.h @@ -20,11 +20,6 @@ extern "C" { #endif -/* check compiler. only NDK supported */ -#if !defined(ANDROID) - #error "compilation can only be done with android NDK" -#endif - #ifndef _PMT_H #define _PMT_H