From: Paul Khuong Date: Sun, 28 Aug 2011 06:56:40 +0000 (-0400) Subject: Update the library list on x86/darwin as well when zlib is enabled X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=fa3d837a03879f2df4f6a50b456e50e260b3bb1b;p=sbcl.git Update the library list on x86/darwin as well when zlib is enabled --- 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