mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
gh-130419: Do not build the _freeze_module project twice in Windows PGO builds (GH-130420)
This commit is contained in:
parent
78e09a488d
commit
3a555f09f3
1 changed files with 2 additions and 1 deletions
|
|
@ -95,7 +95,8 @@
|
|||
</ItemGroup>
|
||||
|
||||
<Target Name="Build">
|
||||
<MSBuild Projects="@(FreezeProjects)"
|
||||
<MSBuild Condition="$(Configuration) != 'PGUpdate'"
|
||||
Projects="@(FreezeProjects)"
|
||||
Properties="Configuration=%(Configuration);Platform=%(Platform);%(Properties)"
|
||||
BuildInParallel="%(BuildInParallel)"
|
||||
StopOnFirstFailure="true"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue