summaryrefslogtreecommitdiff
path: root/config/xerces.mpb
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2005-04-04 18:04:14 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2005-04-04 18:04:14 +0000
commit457703176254bb29c64fc0e93af7997f0aed8372 (patch)
tree3ccb5c58e0cc5dd96896238d90e4089e441c1eca /config/xerces.mpb
parent5e39c912e065184e85d61f28267ababa9e3e0060 (diff)
downloadMPC-457703176254bb29c64fc0e93af7997f0aed8372.tar.gz
ChangeLogTag: Mon Apr 4 13:02:59 2005 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'config/xerces.mpb')
-rw-r--r--config/xerces.mpb6
1 files changed, 5 insertions, 1 deletions
diff --git a/config/xerces.mpb b/config/xerces.mpb
index 3e2766ce..402d59b5 100644
--- a/config/xerces.mpb
+++ b/config/xerces.mpb
@@ -15,5 +15,9 @@ project {
macros += XML_USE_PTHREADS
xerceslib = xerces-c
}
- libs += $(XERCESLIB)
+
+ // We have to use lit_libs here as the library decorator
+ // does not necessarily match what MPC uses (particularly for
+ // static builds).
+ lit_libs += $(XERCESLIB)
}