Handle spaces for Python install location in MSVC scripts
authorMichael Paquier <michael@paquier.xyz>
Wed, 6 May 2020 12:08:42 +0000 (21:08 +0900)
committerMichael Paquier <michael@paquier.xyz>
Wed, 6 May 2020 12:08:42 +0000 (21:08 +0900)
commitad53d6efef0ca7ebc3f80531ecd230e5f28d638d
tree51afeb6675321c1cb232db1dd6453069cb620701
parentad80d3ea27b1aef424d48ae937797ac3196b5e5f
Handle spaces for Python install location in MSVC scripts

Attempting to use an installation path of Python that includes spaces
caused the MSVC builds to fail.  This fixes the issue by using the same
quoting method as ad7595b for OpenSSL.

Author: Victor Wagner
Discussion: https://postgr.es/m/20200430150608.6dc6b8c4@antares.wagner.home
Backpatch-through: 9.5
src/tools/msvc/Mkvcbuild.pm