mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
gh-92348: Add quotes to support building on Windows with spaces in directory name (GH-94925)
(cherry picked from commit 5c19ddab65
)
Co-authored-by: Steve Dower <steve.dower@python.org>
This commit is contained in:
parent
107c21c5d5
commit
7bca87d384
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ public override bool Execute() {
|
|||
</Target>
|
||||
|
||||
<Target Name="FindPythonForBuild" Condition="$(PythonForBuild) == ''">
|
||||
<Exec Command="$(MSBuildThisFileDirectory)\find_python.bat -q"
|
||||
<Exec Command=""$(MSBuildThisFileDirectory)\find_python.bat" -q"
|
||||
EchoOff="true"
|
||||
ConsoleToMsBuild="true">
|
||||
<Output TaskParameter="ConsoleOutput" ItemName="_CmdExeLines" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue