Skip to content

Commit f7152db

Browse files
committed
Issue #18093: Give the Windows build _testembed.c's new location.
1 parent efd5df9 commit f7152db

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

PCbuild/_testembed.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
</Link>
144144
</ItemDefinitionGroup>
145145
<ItemGroup>
146-
<ClCompile Include="..\Modules\_testembed.c" />
146+
<ClCompile Include="..\Programs\_testembed.c" />
147147
</ItemGroup>
148148
<ItemGroup>
149149
<ProjectReference Include="pythoncore.vcxproj">

PCbuild/_testembed.vcxproj.filters

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</Filter>
1616
</ItemGroup>
1717
<ItemGroup>
18-
<ClCompile Include="..\Modules\_testembed.c">
18+
<ClCompile Include="..\Programs\_testembed.c">
1919
<Filter>Source Files</Filter>
2020
</ClCompile>
2121
</ItemGroup>

0 commit comments

Comments
 (0)