Handle spaces for Python install location in MSVC scripts
authorMichael Paquier <michael@paquier.xyz>
Wed, 6 May 2020 12:08:22 +0000 (21:08 +0900)
committerMichael Paquier <michael@paquier.xyz>
Wed, 6 May 2020 12:08:22 +0000 (21:08 +0900)
commit8c0939dadab0e7c26e303efbbb2245b0aebf97c2
tree54ca68c3cd094c3ab8ac04e94f97f6b0930b2a0b
parentbefa0e471e021cadcac9644a322eb6e4c0e6f524
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