Vitali Lovich 6c6b34ea27 Search cargo build directories before system for libraries
Regardless of crate search paths emitted, always prefer searching search
paths pointing into the artifacts directory to those pointing outside.
This way libraries built by Cargo are preferred even if the same library
name exists in the system & a crate earlier in the build process emitted
a system library path for searching.
2025-04-11 09:42:11 -07:00
..