]> granicus.if.org Git - postgresql/commit
Handle spaces in OpenSSL install location for MSVC
authorAndrew Dunstan <andrew@dunslane.net>
Fri, 4 Oct 2019 19:34:40 +0000 (15:34 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Fri, 4 Oct 2019 19:39:12 +0000 (15:39 -0400)
commit62d2caed62348994fb83cb105fcd2f4a247f5440
tree2e66438eee5467ab3e777fe359661d9cf6ff00ff
parent9faa9794f885bd27bbb2c1f0a287d5efa8437ade
Handle spaces in OpenSSL install location for MSVC

First, make sure that the .exe name is quoted when trying to get the
version number. Also, don't quote the lib name for using in the project
files if it's already been quoted. This second change applies to all
libraries, not just OpenSSL.

This has clearly been broken forever, so backpatch to all live branches.
src/tools/msvc/Project.pm
src/tools/msvc/Solution.pm