We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88c774c commit 4c4855aCopy full SHA for 4c4855a
1 file changed
cmake/libpython/CMakeLists.txt
@@ -527,6 +527,7 @@ if(PY_VERSION VERSION_GREATER_EQUAL "3.11")
527
${SRC_DIR}/Python/deepfreeze/deepfreeze.c
528
)
529
endif()
530
+if(IS_PY3)
531
532
# Build _freeze_importlib executable
533
if(PY_VERSION VERSION_GREATER_EQUAL "3.11")
0 commit comments