mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-21 22:59:16 +02:00
Simplifying Plan9 CPPFLAGS.
This commit is contained in:
parent
f9b827245b
commit
0c1ac4b7a1
1 changed files with 1 additions and 1 deletions
2
mkfile
2
mkfile
|
@ -4,7 +4,7 @@ BIN=/$objtype/bin
|
|||
TARG=chibi-scheme
|
||||
MODDIR=/sys/lib/chibi-scheme
|
||||
|
||||
CPPFLAGS= -Iinclude -DPLAN9 '-DSEXP_USE_STRING_STREAMS=0' '-DSEXP_USE_DEBUG=0' '-DSEXP_USE_DL=0' '-DSEXP_USE_GREEN_THREADS=0'
|
||||
CPPFLAGS= -Iinclude -DPLAN9 -DSEXP_USE_STRING_STREAMS=0 -DSEXP_USE_GREEN_THREADS=0
|
||||
CFLAGS= -p $CPPFLAGS
|
||||
|
||||
OFILES=sexp.$O eval.$O main.$O
|
||||
|
|
Loading…
Add table
Reference in a new issue