Skip to content

Commit ee59cb3

Browse files
committed
Force a dependency on python3.dll in the Windows build
1 parent b3b50c0 commit ee59cb3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

PCbuild/_testcapi.vcxproj

+4
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,10 @@
107107
<Project>{cf7ac3d1-e2df-41d2-bea6-1e2556cdea26}</Project>
108108
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
109109
</ProjectReference>
110+
<ProjectReference Include="python3dll.vcxproj">
111+
<Project>{885d4898-d08d-4091-9c40-c700cfe3fc5a}</Project>
112+
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
113+
</ProjectReference>
110114
</ItemGroup>
111115
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
112116
<ImportGroup Label="ExtensionTargets">

0 commit comments

Comments
 (0)