Thread: [COMMITTERS] pgsql: Add libxml2 include path for MSVC builds

[COMMITTERS] pgsql: Add libxml2 include path for MSVC builds

From
Andrew Dunstan
Date:
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.

Branch
------
REL9_5_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/8ec82ee6ae7a302ab696f696a5eb2f45ae3c5910

Modified Files
--------------
src/tools/msvc/Solution.pm | 1 +
1 file changed, 1 insertion(+)