diff options
Diffstat (limited to 'src/template/cygwin')
-rw-r--r-- | src/template/cygwin | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/template/cygwin b/src/template/cygwin index 1e7274bc33a..3f42e2f8b69 100644 --- a/src/template/cygwin +++ b/src/template/cygwin @@ -13,3 +13,5 @@ CFLAGS_SL="" # we'd prefer to use --disable-auto-import to match MSVC linking behavior, # but support for it in Cygwin is too haphazard LDFLAGS="$LDFLAGS -Wl,--allow-multiple-definition -Wl,--enable-auto-import" + +DLSUFFIX=".dll" |