gh-113039: Avoid using leading dots in the include path for frozen getpath.py (GH-113022)
This commit is contained in:
@@ -22,7 +22,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Reference the precompiled getpath.py */
|
/* Reference the precompiled getpath.py */
|
||||||
#include "../Python/frozen_modules/getpath.h"
|
#include "Python/frozen_modules/getpath.h"
|
||||||
|
|
||||||
#if (!defined(PREFIX) || !defined(EXEC_PREFIX) \
|
#if (!defined(PREFIX) || !defined(EXEC_PREFIX) \
|
||||||
|| !defined(VERSION) || !defined(VPATH) \
|
|| !defined(VERSION) || !defined(VPATH) \
|
||||||
|
|||||||
@@ -120,6 +120,7 @@
|
|||||||
PLATLIBDIR="DLLs";
|
PLATLIBDIR="DLLs";
|
||||||
%(PreprocessorDefinitions)
|
%(PreprocessorDefinitions)
|
||||||
</PreprocessorDefinitions>
|
</PreprocessorDefinitions>
|
||||||
|
<AdditionalIncludeDirectories>$(PySourcePath);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
Reference in New Issue
Block a user