Skip to content

Commit 92ae703

Browse files
committed
Don't use !(bindpath.build)
1 parent eb61469 commit 92ae703

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tools/msi/core/core_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="core_dll">
55
<Component Id="python_abi3tcompat.dll" Directory="abi3t_compat" Guid="*">
6-
<File Id="python_abi3tcompat.dll" Name="python$(var.MajorVersionNumber)t.dll" Source="!(bindpath.build)\python$(var.MajorVersionNumber)t.dll" KeyPath="yes" />
6+
<File Id="python_abi3tcompat.dll" Name="python$(var.MajorVersionNumber)t.dll" Source="python$(var.MajorVersionNumber)t.dll" KeyPath="yes" />
77
</Component>
88
<Component Id="python_stable.dll" Directory="InstallDirectory" Guid="*">
99
<File Id="python_stable.dll" Name="python$(var.MajorVersionNumber).dll" KeyPath="yes" />

0 commit comments

Comments
 (0)