]> 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:02 +0000 (15:39 -0400)
commit1e9a0487d6a176b1ac4770d4406aac19da16f598
treed253e1bca10cd62dcf7b144f996b76acaba650a8
parent30e5b3bbe9ca9f3594816788fe4469798da04f64
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