summaryrefslogtreecommitdiff
path: root/Tools/msi
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2019-02-04 17:54:59 -0800
committerGitHub <noreply@github.com>2019-02-04 17:54:59 -0800
commit4f6854a690e95ab5159687794652c639a020d6fd (patch)
tree9bbf1fdbe2e3a2097c1940577d7952ff9aa3ddf5 /Tools/msi
parent44467e8ea4cea390b0718702291b4cfe8ddd67ed (diff)
downloadcpython-git-4f6854a690e95ab5159687794652c639a020d6fd.tar.gz
bpo-35299: Fixed sysconfig and distutils during PGO profiling (GH-11744)
(cherry picked from commit 85e102a2b090dd693d0801ae2edb9660cfa0f281) Co-authored-by: Steve Dower <steve.dower@microsoft.com>
Diffstat (limited to 'Tools/msi')
-rw-r--r--Tools/msi/dev/dev.wixproj3
1 files changed, 2 insertions, 1 deletions
diff --git a/Tools/msi/dev/dev.wixproj b/Tools/msi/dev/dev.wixproj
index bc3a19ce33..4a56cec357 100644
--- a/Tools/msi/dev/dev.wixproj
+++ b/Tools/msi/dev/dev.wixproj
@@ -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>