summaryrefslogtreecommitdiff
path: root/src/core/wee-config.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/wee-config.c')
-rw-r--r--src/core/wee-config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/wee-config.c b/src/core/wee-config.c
index bcb46d83b..2b0e5c672 100644
--- a/src/core/wee-config.c
+++ b/src/core/wee-config.c
@@ -1967,7 +1967,7 @@ config_weechat_init_options ()
N_("standard plugins extension in filename (for example "
"\".so\" under Linux or \".dll\" under Microsoft Windows)"),
NULL, 0, 0,
-#ifdef WIN32
+#if defined(WIN32) || defined(__CYGWIN__)
".dll",
#else
".so",