mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
gh-113039: Avoid using leading dots in the include path for frozen getpath.py (GH-113022)
This commit is contained in:
parent
d00dbf5415
commit
2feec0fc7f
2 changed files with 2 additions and 1 deletions
|
|
@ -120,6 +120,7 @@
|
|||
PLATLIBDIR="DLLs";
|
||||
%(PreprocessorDefinitions)
|
||||
</PreprocessorDefinitions>
|
||||
<AdditionalIncludeDirectories>$(PySourcePath);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue