Skip to content

Commit 5c19dda

Browse files
authored
pythongh-92348: Add quotes to support building on Windows with spaces in directory name (pythonGH-94925)
1 parent ec4745b commit 5c19dda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PCbuild/pyproject.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ public override bool Execute() {
229229
</Target>
230230

231231
<Target Name="FindPythonForBuild" Condition="$(PythonForBuild) == ''">
232-
<Exec Command="$(MSBuildThisFileDirectory)\find_python.bat -q"
232+
<Exec Command="&quot;$(MSBuildThisFileDirectory)\find_python.bat&quot; -q"
233233
EchoOff="true"
234234
ConsoleToMsBuild="true">
235235
<Output TaskParameter="ConsoleOutput" ItemName="_CmdExeLines" />

0 commit comments

Comments
 (0)