projects
/
sbcl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af9b7cf
)
Update the library list on x86/darwin as well when zlib is enabled
author
Paul Khuong
<pvk@pvk.ca>
Sun, 28 Aug 2011 06:56:40 +0000
(
02:56
-0400)
committer
Paul Khuong
<pvk@pvk.ca>
Sun, 28 Aug 2011 06:56:40 +0000
(
02:56
-0400)
src/runtime/Config.x86-darwin
patch
|
blob
|
history
diff --git
a/src/runtime/Config.x86-darwin
b/src/runtime/Config.x86-darwin
index
df53b0c
..
6c8780a
100644
(file)
--- 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