Обсуждение: pgsql: Handle spaces in OpenSSL install location for MSVC

Поиск
Список
Период
Сортировка

pgsql: Handle spaces in OpenSSL install location for MSVC

От
Andrew Dunstan
Дата:
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.

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/ec38d2311124b7e59a1dad20a814f705884bd38a

Modified Files
--------------
src/tools/msvc/Project.pm  | 3 ++-
src/tools/msvc/Solution.pm | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)