mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
bpo-45582: Fix out-of-tree build issues with new getpath (GH-29902)
This commit is contained in:
parent
03768c4d13
commit
ccb73a0d50
4 changed files with 9 additions and 11 deletions
|
@ -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" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue