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 1901e80 commit dbe1cbdCopy full SHA for dbe1cbd
1 file changed
PCbuild/python.vcxproj
@@ -128,7 +128,6 @@
128
</Target>
129
<Target Name="GenerateBuildDetailsJSON" AfterTargets="Link">
130
<Message Text="Generating $(OutDir)build-details.json" />
131
- <WriteLinesToFile File="$(OutDir)build-details.json" Lines="%0D%0A" Overwrite="true" />
132
<Exec Command='setlocal
133
set PYTHONPATH=$(PySourcePath)Lib
134
"$(OutDir)$(PyExeName)$(PyDebugExt).exe" "$(PySourcePath)Tools\build\generate-build-details.py" "$(OutDir)build-details.json"' ContinueOnError="true" />
0 commit comments