Optional support for zlib-based in-memory deflate/inflate for core files
[sbcl.git] / src / runtime / Config.mips-linux
index 9f32f3c..ce8ee5f 100644 (file)
@@ -25,6 +25,9 @@ endif
 ifdef LISP_FEATURE_SB_THREAD
   OS_LIBS += -lpthread
 endif
+ifdef LISP_FEATURE_SB_CORE_COMPRESSION
+  OS_LIBS += -lz
+endif
 
 GC_SRC = cheneygc.c