From fa3d837a03879f2df4f6a50b456e50e260b3bb1b Mon Sep 17 00:00:00 2001 From: Paul Khuong Date: Sun, 28 Aug 2011 02:56:40 -0400 Subject: [PATCH] Update the library list on x86/darwin as well when zlib is enabled --- src/runtime/Config.x86-darwin | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/runtime/Config.x86-darwin b/src/runtime/Config.x86-darwin index df53b0c..6c8780a 100644 --- a/src/runtime/Config.x86-darwin +++ b/src/runtime/Config.x86-darwin @@ -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 -- 1.7.10.4