Simplify (and robustify) regular PACKing
[sbcl.git] / src / runtime / Config.x86-darwin
index df53b0c..6c8780a 100644 (file)
@@ -25,6 +25,9 @@ OS_LIBS = -lSystem -lc -ldl
 ifdef LISP_FEATURE_SB_THREAD
   OS_LIBS += -lpthread
 endif
+ifdef LISP_FEATURE_SB_CORE_COMPRESSION
+  OS_LIBS += -lz
+endif
 
 CC = gcc