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