diff options
author | Stefan Grönke <stefan@gronke.org> | 2017-09-25 16:58:10 (GMT) |
---|---|---|
committer | Paul Moore <p.f.moore@gmail.com> | 2017-09-25 16:58:10 (GMT) |
commit | f1502d097c29b266a5748312ee2451a2d6ac0af6 (patch) | |
tree | b799565b97317d802a3e828f3341482ee2d8351c /Tools/msi/wix.props | |
parent | 8110dbd470f3daa4de58dda66d360e3c26d3b94f (diff) | |
download | cpython-f1502d097c29b266a5748312ee2451a2d6ac0af6.zip cpython-f1502d097c29b266a5748312ee2451a2d6ac0af6.tar.gz cpython-f1502d097c29b266a5748312ee2451a2d6ac0af6.tar.bz2 |
bpo-31569: correct PCBuild/ case to PCbuild/ in build scripts and docs (GH-3711)
Diffstat (limited to 'Tools/msi/wix.props')
-rw-r--r-- | Tools/msi/wix.props | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/msi/wix.props b/Tools/msi/wix.props index fbb2d10..7269d34 100644 --- a/Tools/msi/wix.props +++ b/Tools/msi/wix.props @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Project="..\..\PCBuild\python.props" /> + <Import Project="..\..\PCbuild\python.props" /> <PropertyGroup> <WixInstallPath Condition="'$(WixInstallPath)' == '' and Exists('$(MSBuildThisFileDirectory)\Wix')">$(MSBuildThisFileDirectory)\Wix\</WixInstallPath> |