Skip to content

Commit d3c6461

Browse files
committed
Add VCRUNTIME dlls to the main python folder
1 parent f4641df commit d3c6461

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

PC/layout/support/python.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
<Target Name="$$PYTHON_TARGET$$" Returns="@(PythonRuntime)">
3131
<ItemGroup>
3232
<_PythonRuntimeExe Include="$(PythonHome)\python*.dll" />
33+
<_PythonRuntimeExe Include="$(PythonHome)\vcruntime*.dll" />
3334
<_PythonRuntimeExe Include="$(PythonHome)\python*.exe" Condition="$(IncludePythonExe) == 'true'" />
3435
<_PythonRuntimeExe>
3536
<Link>%(Filename)%(Extension)</Link>

0 commit comments

Comments
 (0)