summaryrefslogtreecommitdiff
path: root/config/zlib.mpb
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2005-06-28 11:31:32 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2005-06-28 11:31:32 +0000
commitdb0a0909d08e3b91628f8b5c7bdfcea2622f2bd5 (patch)
treeb2a7f5a38a4b7857b61f838410c91b2261fe7937 /config/zlib.mpb
parentbda6b8d860fc90c41c738abcda21fa30550bcae5 (diff)
downloadMPC-db0a0909d08e3b91628f8b5c7bdfcea2622f2bd5.tar.gz
ChangeLogTag: Tue Jun 28 06:31:26 2005 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'config/zlib.mpb')
-rw-r--r--config/zlib.mpb4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/zlib.mpb b/config/zlib.mpb
index 26362d78..e80bd7f0 100644
--- a/config/zlib.mpb
+++ b/config/zlib.mpb
@@ -9,8 +9,8 @@ feature(zlib) {
// @@ Notice: If you are building with Cygwin, you may need to manually
// change the following library to zlib.
specific(gnuace, make, sle, automake, ghs) {
- lit_libs += z
+ libs += z
} else {
- lit_libs += zlib
+ libs += zlib
}
}