Skip to content

Commit

Permalink
Revert "use proper getpath"
Browse files Browse the repository at this point in the history
This reverts commit 2e054df.
  • Loading branch information
bjia56 committed Feb 25, 2024
1 parent 2e054df commit 226a146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/libpython/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ if(IS_PY3)
if(PY_VERSION VERSION_GREATER_EQUAL "3.11")
set(_freeze_importlib_SOURCE
${SRC_DIR}/Programs/_freeze_module.c
${SRC_DIR}/Modules/getpath.c
${SRC_DIR}/Modules/getpath_noop.c
)
if(WIN32)
list(APPEND _freeze_importlib_SOURCE
Expand Down

0 comments on commit 226a146

Please sign in to comment.