Files
opencv-MIRROR/modules/python
Dylan Xu 318894c956 python: avoid empty LD_LIBRARY_PATH/PATH entries on import
Joining BINARIES_PATHS with an unconditional trailing separator
creates an empty search-path entry when the variable was unset.
On POSIX that empty entry is CWD (ld.so), so children can load
the wrong libraries. Keep prepending extras, but only insert the
separator when an old value exists. Same join on Windows PATH.
2026-09-09 15:33:26 +08:00
..