]> git.proxmox.com Git - cargo.git/commit
Auto merge of #3651 - pkgw:pr-issue-3366, r=alexcrichton
authorbors <bors@rust-lang.org>
Tue, 7 Feb 2017 22:02:51 +0000 (22:02 +0000)
committerbors <bors@rust-lang.org>
Tue, 7 Feb 2017 22:02:51 +0000 (22:02 +0000)
commitfa1b12aa7ae188c430108383e570119328b5a023
tree7432a9ae91683dd40d4a401af192e726d193d70d
parentce9ddf3480f3028de9d406119863448b82301096
parentd545a9fe627f63b03aac3298be8f3cb85fa3060d
Auto merge of #3651 - pkgw:pr-issue-3366, r=alexcrichton

Attempt to solve #3366, regarding spurious shared library search paths.

This drops `native_dirs` entries that are not within the target output when modifying the (DY)LD_LIBRARY_PATH environment variable before running programs.

CC #3366