Skip to content

Commit 3a555f0

Browse files
authored
pythongh-130419: Do not build the _freeze_module project twice in Windows PGO builds (pythonGH-130420)
1 parent 78e09a4 commit 3a555f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

PCbuild/pcbuild.proj

+2-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@
9595
</ItemGroup>
9696

9797
<Target Name="Build">
98-
<MSBuild Projects="@(FreezeProjects)"
98+
<MSBuild Condition="$(Configuration) != 'PGUpdate'"
99+
Projects="@(FreezeProjects)"
99100
Properties="Configuration=%(Configuration);Platform=%(Platform);%(Properties)"
100101
BuildInParallel="%(BuildInParallel)"
101102
StopOnFirstFailure="true"

0 commit comments

Comments
 (0)