]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Handle spaces for Python install location in MSVC scripts
authorMichael Paquier <michael@paquier.xyz>
Wed, 6 May 2020 12:08:31 +0000 (21:08 +0900)
committerMichael Paquier <michael@paquier.xyz>
Wed, 6 May 2020 12:08:31 +0000 (21:08 +0900)
commit307ed98b01394488b9bd1dfa7a851a219c7e27ab
tree682f7a98ab0ec44f64537cea36daea91ba4bb934
parent49718aa9ee5ee9a667cdd50e659687490716c94a
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