Handle spaces for Python install location in MSVC scripts

Michael Paquier <michael@paquier.xyz>

Commit: 984aca448d5dba0f1be162ce41aa23becf5e931a
Author: Michael Paquier <michael@paquier.xyz>
Date: 2020-05-06T12:08:26Z
Releases: 11.8
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

Files

PathChange+/−
src/tools/msvc/Mkvcbuild.pm modified +1 −1

Discussion