]> 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:38:48 +0000 (15:38 -0400)
commit6ca51b155256b2e814b0238119a70545e78106ec
tree2c3f2abd176fb46cddd8ce56b01b8b5e04acc282
parent8b77f783b7584e8cbcf0aa42c7f176f7f23937ae
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