mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +02:00
mimic Makefile's option for cygwin build
This commit is contained in:
parent
b8a3500222
commit
584bfa225c
1 changed files with 4 additions and 0 deletions
|
@ -97,6 +97,10 @@ if(NOT HAVE_POLL_H)
|
||||||
target_compile_definitions(libchibi-common INTERFACE SEXP_USE_GREEN_THREADS=0)
|
target_compile_definitions(libchibi-common INTERFACE SEXP_USE_GREEN_THREADS=0)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
if(CYGWIN)
|
||||||
|
target_compile_definitions(libchibi-common INTERFACE SEXP_USE_STRING_STREAMS=0)
|
||||||
|
endif()
|
||||||
|
|
||||||
target_compile_options(libchibi-common
|
target_compile_options(libchibi-common
|
||||||
INTERFACE
|
INTERFACE
|
||||||
$<$<CONFIG:SANITIZER>:-g
|
$<$<CONFIG:SANITIZER>:-g
|
||||||
|
|
Loading…
Add table
Reference in a new issue