File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 452452 <PropertyGroup Condition =" $(UseJIT) == 'true'" >
453453 <PyConfigHText >$(PyConfigHText.Replace('/* #define Py_JIT_ENABLED 1 */', '#define Py_JIT_ENABLED 1'))</PyConfigHText >
454454 </PropertyGroup >
455- <PropertyGroup Condition =" $(UseTIER2) == 'true '" >
455+ <PropertyGroup Condition =" $(UseTIER2) == '4' Or $(UseTIER2) == '6 '" >
456456 <PyConfigHText >$(PyConfigHText.Replace('/* #define Py_JIT_ENABLED 1 */', '#define Py_JIT_ENABLED "interpreter"'))</PyConfigHText >
457457 </PropertyGroup >
458458 <Message Text =" Updating pyconfig.h" Condition =" $(PyConfigHText.TrimEnd()) != $(OldPyConfigH.TrimEnd())" />
Original file line number Diff line number Diff line change 708708 <PropertyGroup Condition =" $(UseJIT) == 'true'" >
709709 <PyConfigHText >$(PyConfigHText.Replace('/* #define Py_JIT_ENABLED 1 */', '#define Py_JIT_ENABLED 1'))</PyConfigHText >
710710 </PropertyGroup >
711- <PropertyGroup Condition =" $(UseTIER2) == 'true '" >
711+ <PropertyGroup Condition =" $(UseTIER2) == '4' Or $(UseTIER2) == '6 '" >
712712 <PyConfigHText >$(PyConfigHText.Replace('/* #define Py_JIT_ENABLED 1 */', '#define Py_JIT_ENABLED "interpreter"'))</PyConfigHText >
713713 </PropertyGroup >
714714 <Message Text =" Updating pyconfig.h" Condition =" $(PyConfigHText.TrimEnd()) != $(OldPyConfigH.TrimEnd())" />
You can’t perform that action at this time.
0 commit comments