From 3309f65447f4f2a7b1a8a7324a1b92eb8d26b590 Mon Sep 17 00:00:00 2001 From: "John Hodge (sonata)" Date: Wed, 7 Aug 2013 22:25:18 +0800 Subject: [PATCH] Removed libspiderscript from build (for now) --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d3290dff..3940b3e2 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,8 @@ USRLIBS := crt0.o acess.ld ld-acess.so libc.so libposix.so USRLIBS += libreadline.so libnet.so liburi.so libpsocket.so USRLIBS += libimage_sif.so libunicode.so -EXTLIBS := libspiderscript +EXTLIBS := +#libspiderscript # zlib libpng USRAPPS := init login CLIShell cat ls mount automounter -- 2.20.1