mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
bpo-35299: Fixed sysconfig and distutils during PGO profiling (GH-11744)
This commit is contained in:
parent
69091cb497
commit
85e102a2b0
6 changed files with 40 additions and 14 deletions
|
@ -21,7 +21,8 @@
|
|||
<EmbeddedResource Include="*.wxl" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<InstallFiles Include="$(PySourcePath)include\**\*.h">
|
||||
<InstallFiles Include="$(PySourcePath)include\**\*.h"
|
||||
Exclude="$(PySourcePath)include\pyconfig.h">
|
||||
<SourceBase>$(PySourcePath)</SourceBase>
|
||||
<Source>!(bindpath.src)</Source>
|
||||
<TargetBase>$(PySourcePath)</TargetBase>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue