]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
msvc: update Makefile to allow for spaces in the compiler path
authorJeff Hostetler <jeffhost@microsoft.com>
Wed, 19 Jun 2019 21:06:06 +0000 (14:06 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 20 Jun 2019 21:03:06 +0000 (14:03 -0700)
commitc444bf8cb6a881f4c249e904a12e201dae40b7d2
tree10946f17135f8b7d62f30e70e342a5e179e95aff
parent5f3ff7808132a1a4edae9628b0861bd18db9a4d0
msvc: update Makefile to allow for spaces in the compiler path

It is quite common that MS Visual C++ is installed into a location whose
path contains spaces, therefore we need to quote it.

Signed-off-by: Jeff Hostetler <jeffhost@microsoft.com>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile