--- a/src/grt/config/jumps.c +++ b/src/grt/config/jumps.c @@ -29,7 +29,7 @@ #include #include -#if ( defined (__linux__) || defined (__APPLE__) ) && !defined (__ANDROID__) +#if ( defined (__linux__) && defined(__GLIBC__) || defined (__APPLE__) ) && !defined (__ANDROID__) #define HAVE_BACKTRACE 1 #include #endif