File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -309,6 +309,7 @@ set(_download_3.10.12_md5 "1d64320e0b0df6e9ab7e611bacb2178d")
309309set (_download_3.10.13_md5 "cbcad7f5e759176bf8ce8a5f9d487087" )
310310# 3.11.x
311311set (_download_3.11.7_md5 "ef61f81ec82c490484219c7f0ec96783" )
312+ set (_download_3.11.11_md5 "9a5b43fcc06810b8ae924b0a080e6569" )
312313
313314set (_extracted_dir "Python-${PY_VERSION} " )
314315
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ endif()
161161
162162# Python 3.8
163163if (PY_VERSION VERSION_GREATER_EQUAL "3.8" )
164- add_python_extension (_testinternalcapi SOURCES _testinternalcapi.c DEFINITIONS "PY3_DLLNAME=\" python3$<$<CONFIG :Debug >:_d >\" " )
164+ add_python_extension (_testinternalcapi NEVER_BUILTIN SOURCES _testinternalcapi.c DEFINITIONS "PY3_DLLNAME=\" python3$<$<CONFIG :Debug >:_d >\" " )
165165endif ()
166166
167167# Python 3.9
You can’t perform that action at this time.
0 commit comments