File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 106106 <PreprocessorDefinitions Condition =" $(IncludeExternals)" >_Py_HAVE_ZLIB;%(PreprocessorDefinitions)</PreprocessorDefinitions >
107107 <PreprocessorDefinitions Condition =" '$(UseJIT)' == 'true'" >_Py_JIT;%(PreprocessorDefinitions)</PreprocessorDefinitions >
108108 <PreprocessorDefinitions Condition =" '$(UseTIER2)' != '' and '$(UseTIER2)' != '0'" >_Py_TIER2=$(UseTIER2);%(PreprocessorDefinitions)</PreprocessorDefinitions >
109- <PreprocessorDefinitions Condition =" '$(UseTailCallInterp)' == 'true'" >Py_TAIL_CALL_INTERP;%(PreprocessorDefinitions)</PreprocessorDefinitions >
109+ <PreprocessorDefinitions Condition =" '$(UseTailCallInterp)' == 'true'" >Py_TAIL_CALL_INTERP=1 ;%(PreprocessorDefinitions)</PreprocessorDefinitions >
110110 </ClCompile >
111111 <Link >
112112 <AdditionalDependencies >version.lib;ws2_32.lib;pathcch.lib;bcrypt.lib;%(AdditionalDependencies)</AdditionalDependencies >
You can’t perform that action at this time.
0 commit comments