Update the library list on x86/darwin as well when zlib is enabled
authorPaul Khuong <pvk@pvk.ca>
Sun, 28 Aug 2011 06:56:40 +0000 (02:56 -0400)
committerPaul Khuong <pvk@pvk.ca>
Sun, 28 Aug 2011 06:56:40 +0000 (02:56 -0400)
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