mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-15 00:47:34 +02:00
Plan9 can build with modules, just no dl.
This commit is contained in:
parent
aa07c6b022
commit
34a4b00847
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_MODULES=0' '-DSEXP_USE_GREEN_THREADS=0'
|
||||
CPPFLAGS= -Iinclude -DPLAN9 '-DSEXP_USE_STRING_STREAMS=0' '-DSEXP_USE_DEBUG=0' '-DSEXP_USE_DL=0' '-DSEXP_USE_GREEN_THREADS=0'
|
||||
CFLAGS= -p $CPPFLAGS
|
||||
|
||||
OFILES=sexp.$O eval.$O main.$O
|
||||
|
|
Loading…
Add table
Reference in a new issue