Skip to content

Commit 2e054df

Browse files
committed
use proper getpath
1 parent 6d8501c commit 2e054df

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_noop.c
536+
${SRC_DIR}/Modules/getpath.c
537537
)
538538
if(WIN32)
539539
list(APPEND _freeze_importlib_SOURCE

0 commit comments

Comments
 (0)