Skip to content

Commit 3396d1e

Browse files
jdemeyerzooba
authored andcommitted
bpo-36448: mention 'make regen-all' in error message (GH-12585)
1 parent 2f54908 commit 3396d1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PCbuild/_freeze_importlib.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,9 @@
125125
<Output TaskParameter="CopiedFiles" ItemName="_Updated" />
126126
</Copy>
127127

128-
<Warning Text="@(_Updated->'%(Filename)%(Extension)',', ') updated. You will need to rebuild pythoncore to see the changes."
128+
<Warning Text="@(_Updated->'%(Filename)%(Extension)',', ') updated. You will need to rebuild pythoncore to see the changes.%0D%0A%0D%0AIf you are not developing on Windows but you see this error on a continuous integration build, you need to run 'make regen-all' and commit any changes."
129129
Condition="'@(_Updated)' != '' and $(Configuration) == 'Debug'" />
130-
<Error Text="@(_Updated->'%(Filename)%(Extension)',', ') updated. You will need to rebuild pythoncore to see the changes."
130+
<Error Text="@(_Updated->'%(Filename)%(Extension)',', ') updated. You will need to rebuild pythoncore to see the changes.%0D%0A%0D%0AIf you are not developing on Windows but you see this error on a continuous integration build, you need to run 'make regen-all' and commit any changes."
131131
Condition="'@(_Updated)' != '' and $(Configuration) == 'Release'" />
132132
</Target>
133133
<Target Name="RebuildImportLib" AfterTargets="AfterBuild" Condition="$(Configuration) == 'Debug' or $(Configuration) == 'Release'"

0 commit comments

Comments
 (0)