We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 527fc16 + 8b47787 commit 2082a93Copy full SHA for 2082a93
Wrapping/macro_files/itk_end_wrap_module.cmake
@@ -435,7 +435,7 @@ ${DO_NOT_WAIT_FOR_THREADS_CALLS}
435
436
# Python Limited API / Stable ABI
437
if (ITK_USE_PYTHON_LIMITED_API)
438
- target_compile_definitions(${lib} PUBLIC -DPy_LIMITED_API=0x03110000)
+ target_compile_definitions(${lib} PUBLIC -DPy_LIMITED_API=0x030b0000)
439
endif()
440
# Link the modules together
441
target_link_libraries(${lib} LINK_PUBLIC ${WRAPPER_LIBRARY_LINK_LIBRARIES})
0 commit comments