cs: unbreak Windows build

This commit is contained in:
Matthew Flatt 2020-06-14 08:59:30 -06:00
parent 023681947c
commit 6309c64f6c
2 changed files with 5 additions and 1 deletions

View File

@ -3422,6 +3422,8 @@ case "$host_os" in
;;
*mingw*)
skip_iconv_check=yes
# force pthread off for Windows:
enable_pthread=no
;;
cygwin*)
;;

View File

@ -98,7 +98,9 @@ case "$host_os" in
;;
*mingw*)
skip_iconv_check=yes
;;
# force pthread off for Windows:
enable_pthread=no
;;
cygwin*)
;;
darwin*)