diff --git a/src/phone.c b/src/phone.c index 88af181..1348f7b 100644 --- a/src/phone.c +++ b/src/phone.c @@ -2195,7 +2195,11 @@ static void _plugins_on_cancel(gpointer data) DIR * dir; struct dirent * de; GtkIconTheme * theme; +#ifdef __APPLE__ + char const ext[] = ".dylib"; +#else char const ext[] = ".so"; +#endif size_t len; GtkTreeIter iter; Plugin * p;