diff options
Diffstat (limited to 'hints')
-rw-r--r-- | hints/cygwin.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hints/cygwin.sh b/hints/cygwin.sh index f88e7c5fea..e0cdc05858 100644 --- a/hints/cygwin.sh +++ b/hints/cygwin.sh @@ -50,6 +50,9 @@ case "$osvers" in ;; esac; +# compile Win32CORE "module" as static +static_ext="$static_ext Win32CORE" + # Win9x problem with non-blocking read from a closed pipe d_eofnblk='define' |