]> granicus.if.org Git - postgresql/commit
Add libxml2 include path for MSVC builds
authorAndrew Dunstan <andrew@dunslane.net>
Fri, 12 May 2017 14:17:54 +0000 (10:17 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Fri, 12 May 2017 14:22:20 +0000 (10:22 -0400)
commit69ce3ead1ebe64989c43be1db12d00cc9341d36a
treecd2ad9c3ef4e90080a416e39fc648b00f1075a02
parent4d4cdc5065d3a5396c455af3d90b48c2be687319
Add libxml2 include path for MSVC builds

On Unix this path is detected via the use of xml2-config, but that's not
available on Windows. This means that users building with libxml2 will
no longer need to move things around from the standard libxml2
installation for MSVC builds.

Backpatch to all live branches.
src/tools/msvc/Solution.pm