Skip to content

Commit 226a146

Browse files
committed
Revert "use proper getpath"
This reverts commit 2e054df.
1 parent 2e054df commit 226a146

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmake/libpython/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ if(IS_PY3)
533533
if(PY_VERSION VERSION_GREATER_EQUAL "3.11")
534534
set(_freeze_importlib_SOURCE
535535
${SRC_DIR}/Programs/_freeze_module.c
536-
${SRC_DIR}/Modules/getpath.c
536+
${SRC_DIR}/Modules/getpath_noop.c
537537
)
538538
if(WIN32)
539539
list(APPEND _freeze_importlib_SOURCE

0 commit comments

Comments
 (0)