cs: unbreak Windows build
This commit is contained in:
parent
023681947c
commit
6309c64f6c
2
racket/src/rktio/configure
vendored
2
racket/src/rktio/configure
vendored
|
@ -3422,6 +3422,8 @@ case "$host_os" in
|
|||
;;
|
||||
*mingw*)
|
||||
skip_iconv_check=yes
|
||||
# force pthread off for Windows:
|
||||
enable_pthread=no
|
||||
;;
|
||||
cygwin*)
|
||||
;;
|
||||
|
|
|
@ -98,7 +98,9 @@ case "$host_os" in
|
|||
;;
|
||||
*mingw*)
|
||||
skip_iconv_check=yes
|
||||
;;
|
||||
# force pthread off for Windows:
|
||||
enable_pthread=no
|
||||
;;
|
||||
cygwin*)
|
||||
;;
|
||||
darwin*)
|
||||
|
|
Loading…
Reference in New Issue
Block a user