From 34a4b008471266bb506c9f92b9e0cc6250cc9c40 Mon Sep 17 00:00:00 2001 From: Alex Shinn Date: Tue, 6 Dec 2011 21:46:05 +0900 Subject: [PATCH] Plan9 can build with modules, just no dl. --- mkfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkfile b/mkfile index ab579001..c31128f1 100644 --- a/mkfile +++ b/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