diff options
author | Christian Heimes <christian@python.org> | 2021-12-03 13:47:06 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-03 13:47:06 (GMT) |
commit | ccb73a0d50dd03bc8455fe210cb83e41a6dc91d8 (patch) | |
tree | 9468a76a780de1d0e8f206111ef64e122681ed1c /PCbuild/_freeze_module.vcxproj | |
parent | 03768c4d139df46212a091ed931aad03bec18b57 (diff) | |
download | cpython-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.vcxproj | 2 |
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" /> |