Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d00dbf5 commit 2feec0fCopy full SHA for 2feec0f
2 files changed
Modules/getpath.c
@@ -22,7 +22,7 @@
22
#endif
23
24
/* Reference the precompiled getpath.py */
25
-#include "../Python/frozen_modules/getpath.h"
+#include "Python/frozen_modules/getpath.h"
26
27
#if (!defined(PREFIX) || !defined(EXEC_PREFIX) \
28
|| !defined(VERSION) || !defined(VPATH) \
PCbuild/pythoncore.vcxproj
@@ -120,6 +120,7 @@
120
PLATLIBDIR="DLLs";
121
%(PreprocessorDefinitions)
122
</PreprocessorDefinitions>
123
+ <AdditionalIncludeDirectories>$(PySourcePath);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
124
</ClCompile>
125
</ItemGroup>
126
<ItemGroup>
0 commit comments