File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 106
106
<PreprocessorDefinitions Condition =" $(IncludeExternals)" >_Py_HAVE_ZLIB;%(PreprocessorDefinitions)</PreprocessorDefinitions >
107
107
<PreprocessorDefinitions Condition =" '$(UseJIT)' == 'true'" >_Py_JIT;%(PreprocessorDefinitions)</PreprocessorDefinitions >
108
108
<PreprocessorDefinitions Condition =" '$(UseTIER2)' != '' and '$(UseTIER2)' != '0'" >_Py_TIER2=$(UseTIER2);%(PreprocessorDefinitions)</PreprocessorDefinitions >
109
+ <PreprocessorDefinitions Condition =" '$(UseTailCallInterp)' == 'true'" >Py_TAIL_CALL_INTERP;%(PreprocessorDefinitions)</PreprocessorDefinitions >
109
110
</ClCompile >
110
111
<Link >
111
112
<AdditionalDependencies >version.lib;ws2_32.lib;pathcch.lib;bcrypt.lib;%(AdditionalDependencies)</AdditionalDependencies >
703
704
<PropertyGroup Condition =" $(DisableGil) == 'true'" >
704
705
<PyConfigHText >$(PyConfigHText.Replace('/* #define Py_GIL_DISABLED 1 */', '#define Py_GIL_DISABLED 1'))</PyConfigHText >
705
706
</PropertyGroup >
706
- <PropertyGroup Condition =" $(UseTailCallInterp) == 'true'" >
707
- <PyConfigHText >$(PyConfigHText.Replace('/* #define Py_TAIL_CALL_INTERP 1 */', '#define Py_TAIL_CALL_INTERP 1'))</PyConfigHText >
708
- </PropertyGroup >
709
707
<Message Text =" Updating pyconfig.h" Condition =" $(PyConfigHText.TrimEnd()) != $(OldPyConfigH.TrimEnd())" />
710
708
<WriteLinesToFile File =" $(IntDir)pyconfig.h"
711
709
Lines =" $(PyConfigHText)"
You can’t perform that action at this time.
0 commit comments