Skip to content

Commit d3e3394

Browse files
committed
add missing endif
1 parent 4c4855a commit d3e3394

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

cmake/libpython/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -809,6 +809,8 @@ endif()
809809
# the frozen sources.
810810
add_custom_target(freeze_modules DEPENDS ${LIBPYTHON_FROZEN_SOURCES} ${LIBPYTHON_DEEPFREEZE_SOURCES})
811811

812+
endif()
813+
812814
if(PY_VERSION VERSION_LESS "3.8")
813815
# Build pgen executable
814816
set(PGEN2_SOURCES

0 commit comments

Comments
 (0)