mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-20 22:29:16 +02:00
specifying -DSEXP_USE_STRING_STREAMS=0 for cygwin
This commit is contained in:
parent
f401156d28
commit
f49b4ccfc0
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -68,7 +68,7 @@ SO = .dll
|
|||
EXE = .exe
|
||||
CC = gcc
|
||||
CLIBFLAGS = -shared
|
||||
LDFLAGS += -Wl,--out-implib,libchibi-scheme$(SO).a
|
||||
LDFLAGS += -DSEXP_USE_STRING_STREAMS=0 -Wl,--out-implib,libchibi-scheme$(SO).a
|
||||
else
|
||||
SO = .so
|
||||
EXE =
|
||||
|
|
Loading…
Add table
Reference in a new issue