Skip to content

Commit ce332dc

Browse files
Merge pull request DOCGroup#202 from mitza-oci/xerces-vcpkg
Update xerces base to support vcpkg dir layout
2 parents bd24e4e + 1392688 commit ce332dc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

config/xerces.mpb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,10 @@ feature(xerces3) {
4141
specific(prop:microsoft) {
4242
xerceslib = xerces-c_3
4343

44-
// Linking the optimized version of xerces-c_2 into a debug application
45-
// has been known to cause run-time issues (as of 4/25/2005), so we
46-
// will link in the debug version for the "Debug" configuration.
44+
// Support (but don't require) installation layouts that have
45+
// the debug libraries in a subdirectory. vcpkg uses this.
46+
Debug::libpaths += $(XERCESCROOT)<%slash%>debug<%slash%>lib
47+
4748
Debug::xerceslib = xerces-c_3D
4849
}
4950
specific(prop:borland) {

0 commit comments

Comments
 (0)