Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec4745b commit 5c19ddaCopy full SHA for 5c19dda
1 file changed
PCbuild/pyproject.props
@@ -229,7 +229,7 @@ public override bool Execute() {
229
</Target>
230
231
<Target Name="FindPythonForBuild" Condition="$(PythonForBuild) == ''">
232
- <Exec Command="$(MSBuildThisFileDirectory)\find_python.bat -q"
+ <Exec Command=""$(MSBuildThisFileDirectory)\find_python.bat" -q"
233
EchoOff="true"
234
ConsoleToMsBuild="true">
235
<Output TaskParameter="ConsoleOutput" ItemName="_CmdExeLines" />
0 commit comments