File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 450450 <PyConfigHText >$(PyConfigHText.Replace('#undef Py_GIL_DISABLED', '#define Py_GIL_DISABLED 1'))</PyConfigHText >
451451 </PropertyGroup >
452452 <PropertyGroup Condition =" $(UseJIT) == 'true'" >
453- <PyConfigHText >$(PyConfigHText.Replace('#undef Py_JIT_ENABLED', '#define Py_JIT_ENABLED 1'))</PyConfigHText >
453+ <PyConfigHText >$(PyConfigHText.Replace('/* #define Py_JIT_ENABLED 1 */ ', '#define Py_JIT_ENABLED 1'))</PyConfigHText >
454454 </PropertyGroup >
455455 <PropertyGroup Condition =" $(UseTIER2) == 'true'" >
456- <PyConfigHText >$(PyConfigHText.Replace('#undef Py_JIT_ENABLED', '#define Py_JIT_ENABLED "interpreter"'))</PyConfigHText >
456+ <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())" />
459459 <WriteLinesToFile File =" $(IntDir)pyconfig.h"
You can’t perform that action at this time.
0 commit comments