]> git.ipfire.org Git - thirdparty/postgresql.git/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:24:36 +0000 (10:24 -0400)
commit614f83c122b029edb13b01fbc62a518f2ffd1254
treecc8772ff0189b670574f9cf406962e53784e6e00
parent0cdf2057c8af4d13d652a902b8d78f7b1c810ea5
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