Additional portability fix for MacOS X
This commit is contained in:
parent
248fa3eceb
commit
70925c4962
|
@ -2259,7 +2259,11 @@ static void _preferences_set_plugins(Browser * browser)
|
||||||
DIR * dir;
|
DIR * dir;
|
||||||
struct dirent * de;
|
struct dirent * de;
|
||||||
GtkIconTheme * theme;
|
GtkIconTheme * theme;
|
||||||
|
#ifdef __APPLE__
|
||||||
|
char const ext[] = ".dylib";
|
||||||
|
#else
|
||||||
char const ext[] = ".so";
|
char const ext[] = ".so";
|
||||||
|
#endif
|
||||||
size_t len;
|
size_t len;
|
||||||
Plugin * p;
|
Plugin * p;
|
||||||
BrowserPluginDefinition * bpd;
|
BrowserPluginDefinition * bpd;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user