8000 Fix MSI properly · python/cpython@142b60a · GitHub
[go: up one dir, main page]

Skip to content

Commit 142b60a

Browse files
committed
Fix MSI properly
1 parent 7fbb48c commit 142b60a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Tools/msi/dev/dev.wixproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</ItemGroup>
1717
<ItemGroup>
1818
<InstallFiles Include="$(PySourcePath)include\**\*.h"
19-
Exclude="$(PySourcePath)PC\pyconfig.h">
19+
Exclude="$(PySourcePath)include\pyconfig.h">
2020
<SourceBase>$(PySourcePath)</SourceBase>
2121
<Source>!(bindpath.src)</Source>
2222
<TargetBase>$(PySourcePath)</TargetBase>

Tools/msi/dev/dev_files.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Fragment>
44
<ComponentGroup Id="dev_pyconfig">
55
<Component Id="include_pyconfig.h" Directory="include" Guid="*">
6-
<File Id="include_pyconfig.h" Name="pyconfig.h" Source="pyconfig.h" KeyPath="yes" />
6+
<File Id="include_pyconfig.h" Name="pyconfig.h" Source="!(bindpath.src)PC\pyconfig.h" KeyPath="yes" />
77
</Component>
88
</ComponentGroup>
99
</Fragment>

0 commit comments

Comments
 (0)
0