Module: kamailio Branch: 6.1 Commit: 4efd743e0d9e209428fdcf934a5859d3ea6b3b7d URL: https://github.com/kamailio/kamailio/commit/4efd743e0d9e209428fdcf934a5859d3ea6b3b7d
Author: Victor Seva <[email protected]> Committer: Victor Seva <[email protected]> Date: 2026-02-26T15:07:45+01:00 app_python3s: cmake link python3 lib fixes #4605 (cherry picked from commit 67e891d0c6a9d538c6ba646b7db12db4c0ddcc1e) --- Modified: src/modules/app_python3s/CMakeLists.txt --- Diff: https://github.com/kamailio/kamailio/commit/4efd743e0d9e209428fdcf934a5859d3ea6b3b7d.diff Patch: https://github.com/kamailio/kamailio/commit/4efd743e0d9e209428fdcf934a5859d3ea6b3b7d.patch --- diff --git a/src/modules/app_python3s/CMakeLists.txt b/src/modules/app_python3s/CMakeLists.txt index 5498369d49e..62bf16a7f0d 100644 --- a/src/modules/app_python3s/CMakeLists.txt +++ b/src/modules/app_python3s/CMakeLists.txt @@ -4,4 +4,4 @@ add_library(${module_name} SHARED ${MODULE_SOURCES}) find_package(Python3 REQUIRED COMPONENTS Development) -target_link_libraries(${module_name} PRIVATE Python3::Module) +target_link_libraries(${module_name} PRIVATE Python3::Python) _______________________________________________ Kamailio - Development Mailing List -- [email protected] To unsubscribe send an email to [email protected] Important: keep the mailing list in the recipients, do not reply only to the sender!
