mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +02:00
fix string stream config on windows
This commit is contained in:
parent
15be953446
commit
57410deca9
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ target_compile_definitions(libchibi-common
|
|||
SEXP_USE_INTTYPES=$<BOOL:${HAVE_STDINT_H}>
|
||||
SEXP_USE_NTPGETTIME=$<BOOL:${HAVE_NTP_GETTIME}>
|
||||
SEXP_USE_GREEN_THREADS=$<BOOL:${HAVE_POLL_H}>
|
||||
SEXP_USE_STRING_STREAMS=$<NOT:$<BOOL:${CYGWIN}>>
|
||||
SEXP_USE_STRING_STREAMS=$<NOT:$<PLATFORM_ID:Windows>>
|
||||
SEXP_USE_BOEHM=$<BOOL:${SEXP_USE_BOEHM}>)
|
||||
|
||||
target_compile_options(libchibi-common
|
||||
|
|
Loading…
Add table
Reference in a new issue