diff --git a/tests/gumtest.c b/tests/gumtest.c index 0026d9ab6..3a60ee000 100644 --- a/tests/gumtest.c +++ b/tests/gumtest.c @@ -200,7 +200,7 @@ main (gint argc, gchar * argv[]) #ifdef HAVE_DARWIN TESTLIST_REGISTER (interceptor_darwin); #endif -#ifdef HAVE_ANDROID +#if defined (HAVE_ANDROID) && GLIB_SIZEOF_VOID_P == 8 TESTLIST_REGISTER (interceptor_android); #endif #ifdef HAVE_ARM