summaryrefslogtreecommitdiffstats
path: root/PCbuild/_freeze_module.vcxproj
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2021-12-03 13:47:06 (GMT)
committerGitHub <noreply@github.com>2021-12-03 13:47:06 (GMT)
commitccb73a0d50dd03bc8455fe210cb83e41a6dc91d8 (patch)
tree9468a76a780de1d0e8f206111ef64e122681ed1c /PCbuild/_freeze_module.vcxproj
parent03768c4d139df46212a091ed931aad03bec18b57 (diff)
downloadcpython-ccb73a0d50dd03bc8455fe210cb83e41a6dc91d8.zip
cpython-ccb73a0d50dd03bc8455fe210cb83e41a6dc91d8.tar.gz
cpython-ccb73a0d50dd03bc8455fe210cb83e41a6dc91d8.tar.bz2
bpo-45582: Fix out-of-tree build issues with new getpath (GH-29902)
Diffstat (limited to 'PCbuild/_freeze_module.vcxproj')
-rw-r--r--PCbuild/_freeze_module.vcxproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/_freeze_module.vcxproj b/PCbuild/_freeze_module.vcxproj
index 7b2df4b..07a6bfd 100644
--- a/PCbuild/_freeze_module.vcxproj
+++ b/PCbuild/_freeze_module.vcxproj
@@ -379,7 +379,7 @@
<GetPath Include="..\Modules\getpath.py">
<ModName>getpath</ModName>
<IntFile>$(IntDir)getpath.g.h</IntFile>
- <OutFile>$(PySourcePath)Modules\getpath.h</OutFile>
+ <OutFile>$(PySourcePath)Python\frozen_modules\getpath.h</OutFile>
</GetPath>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />